qt5base-lts/examples/dialogs
Friedemann Kleint 5e6605f7b0 Fix building of examples.
Change-Id: Iebb56c81fd13deaa82d8883e3f1529f1a78ebea8
Reviewed-on: http://codereview.qt.nokia.com/3603
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2011-08-25 15:54:16 +02:00
..
classwizard Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
configdialog Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
extension Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
findfiles Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
licensewizard Fix building of examples. 2011-08-25 15:54:16 +02:00
sipdialog Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
standarddialogs Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
tabdialog Merge remote-tracking branch 'base/master' into refactor 2011-06-10 13:09:57 +02:00
trivialwizard Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +02:00
dialogs.pro Merge remote branch 'staging/master' into refactor 2011-05-24 15:22:06 +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.