From 56c9ebb2e41bd0487199ed95838cd9e1c1d9dd8d Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 24 Sep 2015 17:48:33 -0300 Subject: Added placeholder object for history graph; smaller main window. --- main_view.qml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'main_view.qml') diff --git a/main_view.qml b/main_view.qml index 9eea63e..4c349f9 100644 --- a/main_view.qml +++ b/main_view.qml @@ -8,7 +8,7 @@ import PM 1.0 ApplicationWindow { title: "Projection Manipulation" visible: true - width: 1200 + width: 900 height: 600 menuBar: MenuBar { @@ -81,7 +81,11 @@ ApplicationWindow { Layout.fillWidth: true Layout.minimumHeight: 150 - // ... + HistoryGraph { + id: history + objectName: "history" + anchors.fill: parent + } } } -- cgit v1.2.3