summaryrefslogtreecommitdiff
path: root/share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml')
-rw-r--r--share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml
index e9788e4bea..f71fa13e6d 100644
--- a/share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml
+++ b/share/qtcreator/qml/qmlpuppet/mockfiles/Window.qml
@@ -13,6 +13,12 @@ Rectangle {
onStatusBarChanged: { if (statusBar) { statusBar.parent = statusBarArea } }
onToolBarChanged: { if (toolBar) { toolBar.parent = toolBarArea } }
+ property int maximumWidth: 0
+ property int minimumWidth: 0
+
+ property int maximumHeight: 0
+ property int minimumHeight: 0
+
Item {
id: contentArea
anchors.top: toolBarArea.bottom