diff options
Diffstat (limited to 'demos/declarative/calculator/CalcButton.qml')
-rw-r--r-- | demos/declarative/calculator/CalcButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/calculator/CalcButton.qml b/demos/declarative/calculator/CalcButton.qml index ebb1967..04dbfc9 100644 --- a/demos/declarative/calculator/CalcButton.qml +++ b/demos/declarative/calculator/CalcButton.qml @@ -1,6 +1,6 @@ import Qt 4.6 -Rect { +Rectangle { property string operation property bool toggable : false property bool toggled : false |