summaryrefslogtreecommitdiff
path: root/examples/sensors/sensor_explorer/qml.qrc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-08-28 11:26:38 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-11 11:35:00 +0100
commita840cbffba476205eba81f56f40ec32cea6097cc (patch)
tree1c8f0b294884aaedc03e5eb49a4918c0a7d8326f /examples/sensors/sensor_explorer/qml.qrc
parente3af89e2630bba68d3f10a33bccdd19bbc46664d (diff)
downloadqtsensors-a840cbffba476205eba81f56f40ec32cea6097cc.tar.gz
Doc: Update Sensor Explorer example
Following changes are made to the example - Use of Qt Quick Controls / TableView to present the sensor information, reducing the example to a single QML file - Updated launcher main.cpp for the QML example - Remove separate example doc for the import subproject - Various fixes to example doc, add a screenshot - Ensure import module + qmldir are built/deployed to correct location Task-number: QTBUG-32881 Task-number: QTBUG-33875 Change-Id: I0ed7c7ebc916fcad6da5e3c66d81be8f348a93e1 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/sensors/sensor_explorer/qml.qrc')
-rw-r--r--examples/sensors/sensor_explorer/qml.qrc11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/sensors/sensor_explorer/qml.qrc b/examples/sensors/sensor_explorer/qml.qrc
index 3f11f3e..df6160a 100644
--- a/examples/sensors/sensor_explorer/qml.qrc
+++ b/examples/sensors/sensor_explorer/qml.qrc
@@ -1,16 +1,5 @@
<RCC>
<qresource prefix="/">
- <file>PropertyList.qml</file>
- <file>SensorList.qml</file>
<file>sensor_explorer.qml</file>
- <file>components/ApplicationWindow.qml</file>
- <file>components/TextField.qml</file>
- <file>components/Button.qml</file>
- <file>components/images/button_background_disabled.png</file>
- <file>components/images/textfield_background_normal.png</file>
- <file>components/images/textfield_background_disabled.png</file>
- <file>components/images/button_background_pressed.png</file>
- <file>components/images/button_background_normal.png</file>
- <file>content/listitem_select.png</file>
</qresource>
</RCC>