qt6-bb10/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
findfiles
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
trivialwizard Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
README
dialogs.pro

README

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.