qtdeclarative/examples/quick/shared
Tor Arne Vestbø f8ba365128 examples: Increase hit area of LauncherList buttons; simplify
Pick-to: 6.5 6.6 6.7
Change-Id: Ife040f9c7e01fd8b8ce80595c2179d6b78648c6e
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2023-12-12 16:44:45 -07:00
..
images Purge sRGB chunks from PNGs in examples. 2016-03-24 19:40:15 +00:00
Button.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
CMakeLists.txt Move undocumented quick examples to manual tests 2023-11-28 17:57:05 -07:00
CheckBox.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
Images.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
Label.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
LauncherList.qml examples: Increase hit area of LauncherList buttons; simplify 2023-12-12 16:44:45 -07:00
QtBundleQmlModuleForMacOS.cmake Change the license of all CMakeLists.txt and *.cmake files to BSD 2022-09-07 17:01:30 +02:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
SimpleLauncherDelegate.qml examples: Increase hit area of LauncherList buttons; simplify 2023-12-12 16:44:45 -07:00
Slider.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
TabSet.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
TextField.qml Examples: Do not use import version numbers anymore 2022-08-31 16:37:35 +02:00
qmldir Move undocumented quick examples to manual tests 2023-11-28 17:57:05 -07:00
quick_shared.qrc add shared Label for examples, and use in the Window example 2016-10-10 08:05:52 +00:00
shared.h Adapt examples to AUTO_RESOURCE_PREFIX 2022-06-24 08:45:43 +02:00
shared.qrc Move undocumented quick examples to manual tests 2023-11-28 17:57:05 -07:00

README

These files are shared between multiple examples as a set of common and
reusuable components. While they do demonstrate the building of reusable
components in QML, they are not official examples themselves.
Consequently they do not have entries in the Qt documentation, and are
documented only through the code comments within the files. Developers
new to QML are strongly encouraged to go through the official examples
before delving into this directory.

For most application use, see the Qt Quick Components project to find
ready-made Components you can use in your own projects. Qt Quick
examples do not use them only to avoid external dependencies.