qt5base-lts/examples/desktop
Thiago Macieira e563ca1a75 Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport]
This operation should be a no-op anyway, since at this point in time,
the fromAscii and toAscii functions simply call their fromLatin1 and
toLatin1 counterparts.

Task-number: QTBUG-21872
Change-Id: Ie1a4e5ceca21c31e7357f28b90abc9129b122104
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
2012-05-04 15:27:59 +02:00
..
screenshot Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport] 2012-05-04 15:27:59 +02:00
systray Fix icon suffixes in systray example. 2012-03-13 10:11:22 +01:00
desktop.pro Re-add the Systray example. 2012-03-12 17:33:15 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt provides features to enable applications to integrate with the user's
preferred desktop environment.

Features such as system tray icons, access to the desktop widget, and
support for desktop services can be used to improve the appearance of
applications and take advantage of underlying desktop facilities.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.