qtdeclarative/examples/quick/shared
Ulf Hermann cb9cc7ca66 Update views example to use modules
The qmake and qmlproject files are adapted to use the "shared" module,
too.

Pick-to: 6.2
Change-Id: I5fc4895416357ba202528b155581b1b5a880a68d
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-08-30 20:34:49 +02:00
..
images Purge sRGB chunks from PNGs in examples. 2016-03-24 19:40:15 +00:00
Button.qml Example: Update the shared UI controls to use input handlers 2018-10-03 15:16:10 +00:00
CMakeLists.txt Fix the qtquick/window example to use QML modules 2021-08-30 20:34:43 +02:00
CheckBox.qml examples: Fix a few linter warnings 2019-08-20 08:43:17 +02:00
FlickrRssModel.qml Avoid discouraged patterns in examples 2020-02-11 19:26:05 +01:00
Images.qml Fix the qtquick/window example to use QML modules 2021-08-30 20:34:43 +02:00
Label.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
LauncherList.qml Avoid discouraged patterns in examples 2020-02-11 19:26:05 +01:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
SimpleLauncherDelegate.qml fix duplicated properties resulting from bad merge 2020-03-09 18:50:25 +01:00
Slider.qml examples: Fix a few linter warnings 2019-08-20 08:43:17 +02:00
TabSet.qml Avoid discouraged patterns in examples 2020-02-11 19:26:05 +01:00
TextField.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
qmldir Fix the qtquick/window example to use QML modules 2021-08-30 20:34:43 +02: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 Update views example to use modules 2021-08-30 20:34:49 +02:00
shared.qrc Fix the qtquick/window example to use QML modules 2021-08-30 20:34:43 +02: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.