Disable the low/high quality slicing and slider settings if we are not in simple mode

Contributes to #11
This commit is contained in:
Arjen Hiemstra 2015-06-25 11:55:56 +02:00
parent fa242bd021
commit ad68111c0c
2 changed files with 25 additions and 2 deletions

View file

@ -20,6 +20,9 @@ Item {
property variant minimumPrintTime: PrintInformation.minimumPrintTime;
property variant maximumPrintTime: PrintInformation.maximumPrintTime;
Component.onCompleted: PrintInformation.enabled = true
Component.onDestruction: PrintInformation.enabled = false
ColumnLayout {
anchors.fill: parent;