qt5base-lts/examples/widgets/dialogs
Christian Ehrlicher edb53d761e QFileDialog: mark obsolete enum DontUseSheet as deprecated
QFileDialog::DontUseSheet is obsolete since 4.5 and not used anywhere
inside the Qt code base. Mark it as deprecated and remove the last usage
in the examples.

Change-Id: If3d23fd5906314e6ebc7080efa79da14a2aa2720
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2019-05-17 14:08:34 +00:00
..
classwizard Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-20 14:09:30 +01:00
extension QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
findfiles Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
licensewizard Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
standarddialogs QFileDialog: mark obsolete enum DontUseSheet as deprecated 2019-05-17 14:08:34 +00:00
tabdialog qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
trivialwizard Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
dialogs.pro Doc: remove Config Dialog Example 2017-12-27 14:41:18 +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.