qt5base-lts/examples/widgets/dialogs
Lars Knoll 557623cc4f Rename QLibraryInfo::location() to path()
As per ### Qt6 comment. Also rename the LibraryLocation enum
to LibraryPath.

Change-Id: I556025a19c5bcdf2ff52598eaba32269522d4128
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-09-12 23:35:56 +02:00
..
classwizard Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
extension CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
findfiles CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
licensewizard Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
standarddialogs Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
tabdialog CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
trivialwizard Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +02:00
CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +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.