aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/shared/quick_shared.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-03-08 16:44:32 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 17:46:15 +0100
commit2050601125eeb72950a7d718b5136d16c898f8e6 (patch)
tree2d41323b8b61d5194c8b71b01ab0517459bbd131 /examples/quick/shared/quick_shared.qrc
parentc64ab7db9856488a216e063052c8aeb6d36628a8 (diff)
Cosmetic changes in common controls for examples
Use system palette colors. SimpleLauncherDelegate has its own "button" rather than using the shared one, which really wasn't suitable for any other purpose. So now example apps can use Button, and ToolButton isn't necessary. Change-Id: I632397f36b96a26c32a86301ddacb85d5c3221f0 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/quick/shared/quick_shared.qrc')
-rw-r--r--examples/quick/shared/quick_shared.qrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/shared/quick_shared.qrc b/examples/quick/shared/quick_shared.qrc
index aa6a761e0d..ee706712dd 100644
--- a/examples/quick/shared/quick_shared.qrc
+++ b/examples/quick/shared/quick_shared.qrc
@@ -4,7 +4,6 @@
<file>SimpleLauncherDelegate.qml</file>
<file>Button.qml</file>
<file>CheckBox.qml</file>
- <file>ToolButton.qml</file>
<file>images/back.png</file>
<file>images/next.png</file>
</qresource>