qtdeclarative/examples/shared
Andrew den Exter fa5da73d3f Give the example Loader in the shared launcher focus.
Allows an example to receive focus the same as if it were the root item
in a scene.

Change-Id: Iedd31236db50ba985aebe3bd82a5af8803dc0f17
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
2012-06-20 07:45:20 +02:00
..
images Start of examples refactor 2012-02-24 10:24:58 +01:00
Button.qml Update Affector folder of examples to guidelines 2012-06-08 07:32:02 +02:00
LauncherList.qml Give the example Loader in the shared launcher focus. 2012-06-20 07:45:20 +02:00
README Start of examples refactor 2012-02-24 10:24:58 +01:00
SimpleLauncherDelegate.qml Start of examples refactor 2012-02-24 10:24:58 +01:00
qmldir Start of examples refactor 2012-02-24 10:24:58 +01:00
shared.h Resolve example qml file paths relative to the executable path. 2012-06-20 07:45:20 +02:00
shared.pro Start of examples refactor 2012-02-24 10:24:58 +01: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 Declarative
examples do not use them only to avoid external dependencies.