qt6-bb10/examples
Elias Hautala 89ce9a1c5a Basiclayouts: Add scrolling to example
Adds scrolling to basic layouts example because the user interface in
the example doesn't fit properly on smaller screen sizes.

Fixes: QTCREATORBUG-27634
Pick-to: 6.2 6.3 6.4
Change-Id: I61e6eac2b28e5b3ff0f984894fe38167b3f46a9c
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Markku Nokkala <markku.nokkala@qt.io>
2022-08-08 17:30:35 +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 Basiclayouts: Add scrolling to example 2022-08-08 17:30:35 +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
README Remove more references to demos. 2011-07-08 15:36:26 +02:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01: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.