mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
aefacde7d5
2 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,8 @@ Item
|
|||
|
||||
property color overlayColor: "transparent"
|
||||
property string overlayIconSource: ""
|
||||
// This id is required to find the stage buttons through Squish
|
||||
property string stageId: model.id
|
||||
|
||||
// This is a trick to assure the activeStage is correctly changed. It doesn't work propertly if done in the onClicked (see CURA-6028)
|
||||
MouseArea
|
||||
|
|
|
@ -28,6 +28,7 @@ Item
|
|||
property var showLinkedSettingIcon: true
|
||||
property var doDepthIndentation: true
|
||||
property var doQualityUserSettingEmphasis: true
|
||||
property var settingKey: definition.key //Used to detect each individual setting more easily in Squish GUI tests.
|
||||
|
||||
// Create properties to put property provider stuff in (bindings break in qt 5.5.1 otherwise)
|
||||
property var state: propertyProvider.properties.state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue