Skip to content

Commit

Permalink
Update toys examples to QtQuick 2.0 and remove obsolete files
Browse files Browse the repository at this point in the history
Change-Id: I5ca6a459df532a5c551430f3f1029ec961a75233
Reviewed-on: http://codereview.qt.nokia.com/3441
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
  • Loading branch information
Damian Jansen authored and Qt by Nokia committed Sep 2, 2011
1 parent 23c8263 commit 46ce1f7
Show file tree
Hide file tree
Showing 95 changed files with 48 additions and 4,635 deletions.
11 changes: 0 additions & 11 deletions examples/declarative/toys/clocks/clocks.desktop

This file was deleted.

Binary file removed examples/declarative/toys/clocks/clocks.png
Binary file not shown.
39 changes: 0 additions & 39 deletions examples/declarative/toys/clocks/clocks.pro

This file was deleted.

2 changes: 1 addition & 1 deletion examples/declarative/toys/clocks/clocks.qml
Expand Up @@ -38,7 +38,7 @@
**
****************************************************************************/

import QtQuick 1.0
import QtQuick 2.0
import "content"

Rectangle {
Expand Down
93 changes: 0 additions & 93 deletions examples/declarative/toys/clocks/clocks.svg

This file was deleted.

2 changes: 1 addition & 1 deletion examples/declarative/toys/clocks/content/Clock.qml
Expand Up @@ -38,7 +38,7 @@
**
****************************************************************************/

import QtQuick 1.0
import QtQuick 2.0

Item {
id: clock
Expand Down
2 changes: 1 addition & 1 deletion examples/declarative/toys/clocks/content/QuitButton.qml
Expand Up @@ -38,7 +38,7 @@
**
****************************************************************************/

import QtQuick 1.0
import QtQuick 2.0
Image {
source: "quit.png"
scale: quitMouse.pressed ? 0.8 : 1.0
Expand Down
54 changes: 0 additions & 54 deletions examples/declarative/toys/clocks/main.cpp

This file was deleted.

59 changes: 0 additions & 59 deletions examples/declarative/toys/clocks/qml/clocks.qml

This file was deleted.

0 comments on commit 46ce1f7

Please sign in to comment.