qtdeclarative/examples/quick/shared
Liang Qi 5d4cbf4094 Merge remote-tracking branch 'origin/5.8' into dev
Conflicts:
	src/qml/jsruntime/qv4object_p.h

Change-Id: Iff4d3aba7710a999b8befdc493cbe959e1ce02f9
2016-11-23 10:49:37 +01:00
..
images Purge sRGB chunks from PNGs in examples. 2016-03-24 19:40:15 +00:00
Button.qml Fixed license headers 2015-02-17 13:33:18 +00:00
CheckBox.qml Fixed license headers 2015-02-17 13:33:18 +00:00
Label.qml add shared Label for examples, and use in the Window example 2016-10-10 08:05:52 +00:00
LauncherList.qml Fixed license headers 2015-02-17 13:33:18 +00:00
README Doc: Update module "Qt Declarative" -> "Qt Quick" 2013-03-30 01:12:32 +01:00
SimpleLauncherDelegate.qml Fixed license headers 2015-02-17 13:33:18 +00:00
Slider.qml Updated license headers 2016-01-20 11:46:11 +00:00
TabSet.qml Fixed license headers 2015-02-17 13:33:18 +00:00
TextField.qml Fixed license headers 2015-02-17 13:33:18 +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 Example: Enable auto scaling on HighDPI screens 2016-10-28 11:25:10 +00:00
shared.qrc add shared Label for examples, and use in the Window example 2016-10-10 08:05:52 +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.