qt5base-lts/examples
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
..
aggregate
corelib Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
dbus Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
embedded Remove usages of Q_OS_WINCE 2019-05-23 13:51:05 +02:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
opengl QOpenGLWindow example: use std::unique_ptr instead of QScopedPointer 2019-07-25 14:17:51 +00:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
qtconcurrent Convert uses of QTime as a timer to QElapsedTimer 2019-06-14 10:42:33 +02:00
qtestlib
sql Merge remote-tracking branch 'origin/5.13' into dev 2019-06-27 14:38:03 +02:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets Remove usages of deprecated APIs of qtbase/widgets 2019-08-01 17:04:13 +00:00
xml Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
examples.pro Doc: Move touch examples around so they get included in docs 2018-09-14 03:56:22 +00:00
README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.