qt5base-lts/examples/dialogs
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
..
classwizard Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport] 2012-05-04 15:27:59 +02:00
configdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
extension Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
findfiles Examples: Don't use deprecated methods 2012-04-21 17:29:40 +02:00
licensewizard Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sipdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
standarddialogs Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tabdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
trivialwizard Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
dialogs.pro QtBase examples: Remove Maemo/Symbian-specific code. 2011-10-18 15:47:49 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00

Qt includes standard dialogs for many common operations, such as file
selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless
interactions with users.


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