qt5base-lts/examples
Friedemann Kleint 50f3f8f6bb Use High DPI pixmaps in prominent examples and tests
Set AA_UseHighDpiPixmaps.

Task-number: QTBUG-52622
Change-Id: Ic4373a9c94952f50bc1ad36bcc0dec850efc124a
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2019-03-15 18:26:56 +00:00
..
aggregate
corelib Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
dbus Doc: Add references to QDBusAbstractAdaptor implementation example 2018-06-29 05:16:04 +00:00
embedded Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
gui Take device-pixel-ratio into account in openglwindow example 2018-11-20 19:51:12 +00:00
network Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
opengl Use requestUpdate instead of timer in a few GL examples 2019-01-22 21:25:39 +00:00
qmake Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
qtestlib
sql Doc: Add menu bar to Books example 2018-06-21 14:23:27 +00:00
vulkan Fix device local alloc in hellovulkantexture 2018-09-12 08:34:15 +00:00
widgets Use High DPI pixmaps in prominent examples and tests 2019-03-15 18:26:56 +00:00
xml Add cmdline feature to qmake 2019-02-18 07:12:14 +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.