qtdeclarative/examples/quick/shared
Ulf Hermann 560b5bcd27 examples: Fix a few linter warnings
Unqualified lookup in the root object of a component is bad.

Change-Id: I7772216fb81e68824519408998c73dbb1ca60c4d
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-08-20 08:43:17 +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
CheckBox.qml examples: Fix a few linter warnings 2019-08-20 08:43:17 +02:00
FlickrRssModel.qml Examples: Use XmlHttpRequest to fetch flickr public photos 2018-10-11 12:36:36 +00:00
Label.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
LauncherList.qml examples: Fix a few linter warnings 2019-08-20 08:43:17 +02:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
SimpleLauncherDelegate.qml Example: Update the shared UI controls to use input handlers 2018-10-03 15:16:10 +00:00
Slider.qml examples: Fix a few linter warnings 2019-08-20 08:43:17 +02:00
TabSet.qml Example: Update the shared UI controls to use input handlers 2018-10-03 15:16:10 +00:00
TextField.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
qmldir Adding QtQuick.Dialogs.MessageDialog 2013-09-19 13:53:34 +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 Merge remote-tracking branch 'origin/5.9' into 5.10 2018-01-24 09:34:11 +01:00
shared.qrc Examples: Use XmlHttpRequest to fetch flickr public photos 2018-10-11 12:36:36 +00: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.