qt5base-lts/examples/widgets/dialogs
Allan Sandfeld Jensen af2daafde7 Deprecate constructing QFlags from a pointer
This was used to support QFlags f = 0 initialization, but with 0 used
as a pointer literal now considered bad form, it had been changed many
places to QFlags f = nullptr, which is meaningless and confusing.

Change-Id: I4bc592151c255dc5cab1a232615caecc520f02e8
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2019-11-20 19:43:38 +01:00
..
classwizard Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
extension Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
findfiles Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
licensewizard Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
standarddialogs Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
tabdialog Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
trivialwizard I18N: Load qtbase_ translation catalogs in examples 2019-09-27 13:48:53 +00:00
dialogs.pro Doc: remove Config Dialog Example 2017-12-27 14:41:18 +00:00
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.