mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:25:51 +08:00
Cleanup the qml a bit
CURA-6598
This commit is contained in:
parent
6b90975391
commit
9e5082a42f
@ -84,29 +84,44 @@ Item
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
Column
|
||||||
{
|
{
|
||||||
anchors.left: titleRow.right
|
anchors
|
||||||
anchors.right: parent.right
|
{
|
||||||
|
left: titleRow.right
|
||||||
|
right: parent.right
|
||||||
|
}
|
||||||
|
|
||||||
|
spacing: UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
Controls2.ButtonGroup
|
Controls2.ButtonGroup
|
||||||
{
|
{
|
||||||
id: activeProfileButtonGroup
|
id: activeProfileButtonGroup
|
||||||
exclusive: true
|
exclusive: true
|
||||||
onClicked: Cura.MachineManager.activeQualityGroup = button.identifier
|
onClicked: Cura.MachineManager.activeQualityGroup = button.identifier
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.LabelBar
|
Cura.LabelBar
|
||||||
{
|
{
|
||||||
id: labelbar
|
id: labelbar
|
||||||
anchors.left: parent.left
|
anchors
|
||||||
anchors.right: parent.right
|
{
|
||||||
|
left: parent.left
|
||||||
|
right: parent.right
|
||||||
|
}
|
||||||
|
|
||||||
model: Cura.QualityProfilesDropDownMenuModel
|
model: Cura.QualityProfilesDropDownMenuModel
|
||||||
modelKey: "layer_height"
|
modelKey: "layer_height"
|
||||||
}
|
}
|
||||||
|
|
||||||
Cura.RadioCheckbar
|
Cura.RadioCheckbar
|
||||||
{
|
{
|
||||||
anchors.left: parent.left
|
anchors
|
||||||
anchors.right: parent.right
|
{
|
||||||
anchors.top: labelbar.bottom
|
left: parent.left
|
||||||
|
right: parent.right
|
||||||
|
}
|
||||||
|
|
||||||
model: Cura.QualityProfilesDropDownMenuModel
|
model: Cura.QualityProfilesDropDownMenuModel
|
||||||
buttonGroup: activeProfileButtonGroup
|
buttonGroup: activeProfileButtonGroup
|
||||||
modelKey: "quality_group"
|
modelKey: "quality_group"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user