qt5base-lts/examples/widgets/dialogs
Friedemann Kleint ab3e2f66e9 Standarddialogs example: Remove horizontal spacer from fullscreen layout.
It does not work as expected since the QLineEdits do not expand.
Amends b880b7e1ac.

Change-Id: I0b3b3822cca7fc6442a7155eecd46bd3d134d069
Reviewed-by: Shawn Rutledge <shawn.rutledge@theqtcompany.com>
2016-02-09 15:24:54 +00:00
..
classwizard Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
configdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
extension Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
findfiles Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
licensewizard Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
sipdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
standarddialogs Standarddialogs example: Remove horizontal spacer from fullscreen layout. 2016-02-09 15:24:54 +00:00
tabdialog Port examples/widgets/dialogs to new connection syntax. 2015-07-22 04:12:45 +00:00
trivialwizard Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
dialogs.pro fix usage of wince scope 2015-06-05 10:29:10 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +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.