Changes the styling of the wizardPages

commits to #143
This commit is contained in:
Tamara Hogenhout 2015-08-13 10:49:24 +02:00
parent b14f3d98bc
commit 062df7c512
5 changed files with 254 additions and 66 deletions

View file

@ -9,9 +9,11 @@ import QtQuick.Window 2.1
import UM 1.0 as UM
ColumnLayout {
id: wizardPage
property string title
property int pageWidth
property int pageHeight
anchors.fill: parent;
signal openFile(string fileName)
Label {
text: parent.title