qt6-bb10/examples/widgets/dialogs
Christian Ehrlicher c7f59cad19 Examples: fix compile without printsupport
Checking for QT_CONFIG(printdialog) is not enough when printsupport is
completely disabled since then the macro will throw an error. Therefore
add an additional check 'defined(QT_PRINTSUPPORT_LIB)' before using the
QT_CONFIG macro.

Fixes: QTBUG-81626
Change-Id: Ie9898f057cdd6bf9daf4ba9135987cb6e901e7bf
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-01-31 06:23:58 +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 Examples: fix compile without printsupport 2020-01-31 06:23:58 +01:00
standarddialogs Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02: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
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02: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.