qt5base-lts/examples/widgets/dialogs
Sona Kurazyan 376715f1a5 Remove usages of deprecated APIs of qtbase/widgets
- Replace the usages of deprecated APIs by corresponding
  alternatives in the library code and documentation.

- Build docs for deprecated APIs conditionally, based on deprecation
  version. Remove the docs of methods deprecated since 5.0.0, these
  methods are not compiled anymore.

- Modify the tests to make them build when deprecated APIs disabled:
    * Make the the parts of the tests testing the deprecated APIs to
      be compiled conditionally, only when the corresponding methods
      are enabled.
    * If the test-case tests only the deprecated API, but not the
      corresponding replacement, add tests for the replacement

Task-number: QTBUG-76491
Task-number: QTBUG-76540
Task-number: QTBUG-76541
Change-Id: I6aaf0a1369c479fb880369a38f2b8e1e86b46934
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-08-01 17:04:13 +00:00
..
classwizard Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-20 14:09:30 +01:00
extension QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00:00
findfiles Cleanup Widgets examples - nullptr 2019-01-23 15:13:45 +00:00
licensewizard Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
standarddialogs Remove usages of deprecated APIs of qtbase/widgets 2019-08-01 17:04:13 +00:00
tabdialog qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
trivialwizard Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00: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.