qtdeclarative/examples/quick/shared
Shawn Rutledge ca89437d00 Use qEnvironmentVariableIntValue() instead of qgetenv().toInt()
The docs tell us that it's faster.

Pick-to: 6.2
Change-Id: Ib828ed9a10bbb617670a61e7525cbbe25704815d
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2021-08-17 16:14:53 +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 Avoid discouraged patterns in examples 2020-02-11 19:26:05 +01: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 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 Use qEnvironmentVariableIntValue() instead of qgetenv().toInt() 2021-08-17 16:14:53 +02: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.