qt5base-lts/examples/widgets/dialogs
Lucie Gérard fb1b20eab3 Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size
(more than 2 lines according to our check in tst_license.pl)
now have the copyright and license header.

Existing copyright statements remain intact

Task-number: QTBUG-88621
Change-Id: I3b98cdc55ead806ec81ce09af9271f9b95af97fa
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-08-03 17:14:55 +02:00
..
classwizard Add license headers to cmake files 2022-08-03 17:14:55 +02:00
extension Add license headers to cmake files 2022-08-03 17:14:55 +02:00
findfiles Add license headers to cmake files 2022-08-03 17:14:55 +02:00
licensewizard Add license headers to cmake files 2022-08-03 17:14:55 +02:00
standarddialogs Add license headers to cmake files 2022-08-03 17:14:55 +02:00
tabdialog Add license headers to cmake files 2022-08-03 17:14:55 +02:00
trivialwizard Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02: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.