diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-05-28 11:20:38 +1000 |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-05-31 11:52:56 +1000 |
commit | bc1d00de820abc0697e51315d8231cadbce9f9dd (patch) | |
tree | 7863f8d389837f52ef03390094db9c6a9afe3699 /examples | |
parent | c00e6b499e89e4b872e9148c5f8a37f9050d9c84 (diff) | |
download | qt4-tools-bc1d00de820abc0697e51315d8231cadbce9f9dd.tar.gz |
Rename example layoutItem -> layoutitem and improve docs
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro (renamed from examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.pro) | 2 | ||||
-rw-r--r-- | examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml (renamed from examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qml) | 0 | ||||
-rw-r--r-- | examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject (renamed from examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qmlproject) | 0 | ||||
-rw-r--r-- | examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qrc (renamed from examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qrc) | 2 | ||||
-rw-r--r-- | examples/declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp (renamed from examples/declarative/cppextensions/qgraphicslayouts/layoutItem/main.cpp) | 0 |
5 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.pro b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro index c85a40015a..77c6b2a287 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.pro +++ b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro @@ -5,4 +5,4 @@ INCLUDEPATH += . QT += declarative SOURCES += main.cpp -RESOURCES += layoutItem.qrc +RESOURCES += layoutitem.qrc diff --git a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qml b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml index 6f377c521c..6f377c521c 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qml +++ b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml diff --git a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qmlproject b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject index d4909f8685..d4909f8685 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qmlproject +++ b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qmlproject diff --git a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qrc b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qrc index deb0fba180..2e5257866d 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/layoutItem.qrc +++ b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qrc @@ -1,5 +1,5 @@ <!DOCTYPE RCC><RCC version="1.0"> <qresource> - <file>layoutItem.qml</file> + <file>layoutitem.qml</file> </qresource> </RCC> diff --git a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/main.cpp b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp index ef927d1806..ef927d1806 100644 --- a/examples/declarative/cppextensions/qgraphicslayouts/layoutItem/main.cpp +++ b/examples/declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp |