qt5base-lts/examples/widgets/dialogs
Sona Kurazyan 9cc040a806 Prepare for deprecating the QDesktopWidget
QDesktopWidget is marked as obsolete in docs, but it is not yet
completely deprecated, some of its methods are still in use.

Replace uses of the following methods marked as obsolete:
- QDesktopWidget::screenNumber(QWidget*) -> QWidget::screen()
- QDesktopWidget::screenGeometry(QWidget*) -> QWidget::screen()->geometry()
- QDesktopWidget::availableGeometry(QWidget*) -> QWidget::screen()->availableGeometry()

Task-number: QTBUG-76491
Change-Id: I2cca30f2b4caa6e6848e8190e09f959d2c272f33
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-10-15 20:09:29 +02: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 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
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.