qt5base-lts/examples
Christian Ehrlicher edb53d761e QFileDialog: mark obsolete enum DontUseSheet as deprecated
QFileDialog::DontUseSheet is obsolete since 4.5 and not used anywhere
inside the Qt code base. Mark it as deprecated and remove the last usage
in the examples.

Change-Id: If3d23fd5906314e6ebc7080efa79da14a2aa2720
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2019-05-17 14:08:34 +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 Examples: cleanup foreach usage 2019-02-02 12:49:19 +00:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
opengl Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02: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 Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Fix some deprecation warnings in examples 2019-02-06 22:12:23 +00:00
vulkan Fix use of qrand/qsrand in an example 2019-04-01 14:39:53 +00:00
widgets QFileDialog: mark obsolete enum DontUseSheet as deprecated 2019-05-17 14:08:34 +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.