Cosmetic changes in common controls for examples
authorShawn Rutledge <shawn.rutledge@digia.com>
Fri, 8 Mar 2013 15:44:32 +0000 (16:44 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 14 Mar 2013 16:46:15 +0000 (17:46 +0100)
commit2050601125eeb72950a7d718b5136d16c898f8e6
tree2d41323b8b61d5194c8b71b01ab0517459bbd131
parentc64ab7db9856488a216e063052c8aeb6d36628a8
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>
examples/quick/dialogs/FileDialogs.qml
examples/quick/shared/Button.qml
examples/quick/shared/CheckBox.qml
examples/quick/shared/SimpleLauncherDelegate.qml
examples/quick/shared/ToolButton.qml [deleted file]
examples/quick/shared/images/checkmark.png [new file with mode: 0644]
examples/quick/shared/qmldir
examples/quick/shared/quick_shared.qrc
examples/quick/shared/shared.qrc