Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/tm/public_html/walger.eu.paul/libraries/joomla/utilities/date.php on line 56

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead in /home/tm/public_html/walger.eu.paul/libraries/joomla/utilities/date.php on line 198
Qt 4.7 ist fertig
Dienstag, den 21. September 2010 um 13:42 Uhr

Einer der besten Bibliothekten für die Programmierung unter C++ hat die Version 4.7 erreicht. Unter den vielen Verbesserungen ist Qt Quick die herausragendste.

Man kann damit Oberflächen gestalten ohne C++ zu können. Dem GUI-Designer hat damit es viel einfacher, die Oberfläche oder das Aussehen des Programms zu ändern, ohne den Programmcode zu ändern. Das Ganze geschieht in QML und es ist ähnlich wie CSS. Ein Beispiel von der Syntax:

import Qt 4.7

 

Rectangle {

width: 200

height: 200

color: "blue"

 

Image {

source: "pics/logo.png"

anchors.centerIn: parent

}

}

=-=-=-=-=
Powered by Blogilo


blog comments powered by Disqus
 

Valid XHTML 1.0

© 2008-2010 by paul.walger.eu Kontakt | Impressum | openBibleViewer 0.4 Web Analytics