qt5base-lts/examples
Elias Hautala 1a60194388 Sliders: Add function that changes widgets position on layout
Changes the layout to QGridLayout and adds function to change widgets
position on the layout depending on the windows aspect ratio. Before
this the widgets wouldn't fit on screen when using the example on
Android in portrait.

Fixes: QTCREATORBUG-27685
Pick-to: 6.2 6.3 6.4
Change-Id: I00009cb6c8c250a8333ac3dfa635f70da4576d5e
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Reviewed-by: Jani Korteniemi <jani.korteniemi@qt.io>
2022-08-15 11:22:14 +03:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Add license headers to cmake files 2022-08-03 17:14:55 +02:00
dbus Add license headers to cmake files 2022-08-03 17:14:55 +02:00
embedded Add license headers to cmake files 2022-08-03 17:14:55 +02:00
gui Add license headers to cmake files 2022-08-03 17:14:55 +02:00
network Add license headers to cmake files 2022-08-03 17:14:55 +02:00
opengl Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qmake Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
qpa Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qtconcurrent Add license headers to cmake files 2022-08-03 17:14:55 +02:00
qtestlib Add license headers to cmake files 2022-08-03 17:14:55 +02:00
sql Add license headers to cmake files 2022-08-03 17:14:55 +02:00
vulkan Add license headers to cmake files 2022-08-03 17:14:55 +02:00
widgets Sliders: Add function that changes widgets position on layout 2022-08-15 11:22:14 +03:00
xml Add license headers to cmake files 2022-08-03 17:14:55 +02:00
CMakeLists.txt Add license headers to cmake files 2022-08-03 17:14:55 +02:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

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.