mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Replace imagereader controls with styled variants
CURA-8685
This commit is contained in:
parent
6be75c75f8
commit
77b46868a6
1 changed files with 15 additions and 15 deletions
|
@ -26,7 +26,7 @@ UM.Dialog
|
|||
rowSpacing: UM.Theme.getSize("thin_margin").height
|
||||
columns: 2
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "Height (mm)")
|
||||
|
@ -39,7 +39,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
TextField
|
||||
Cura.TextField
|
||||
{
|
||||
id: peak_height
|
||||
Layout.fillWidth: true
|
||||
|
@ -57,7 +57,7 @@ UM.Dialog
|
|||
y: peak_height.y + peak_height.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "Base (mm)")
|
||||
|
@ -71,7 +71,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
TextField
|
||||
Cura.TextField
|
||||
{
|
||||
id: base_height
|
||||
selectByMouse: true
|
||||
|
@ -89,7 +89,7 @@ UM.Dialog
|
|||
y: base_height.y + base_height.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "Width (mm)")
|
||||
|
@ -102,7 +102,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
TextField
|
||||
Cura.TextField
|
||||
{
|
||||
id: width
|
||||
selectByMouse: true
|
||||
|
@ -121,7 +121,7 @@ UM.Dialog
|
|||
y: width.y + width.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "Depth (mm)")
|
||||
|
@ -134,7 +134,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
TextField
|
||||
Cura.TextField
|
||||
{
|
||||
id: depth
|
||||
Layout.fillWidth: true
|
||||
|
@ -153,7 +153,7 @@ UM.Dialog
|
|||
y: depth.y + depth.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: ""
|
||||
|
@ -166,7 +166,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
ComboBox
|
||||
Cura.ComboBox
|
||||
{
|
||||
id: lighter_is_higher
|
||||
Layout.fillWidth: true
|
||||
|
@ -184,7 +184,7 @@ UM.Dialog
|
|||
y: lighter_is_higher.y + lighter_is_higher.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "Color Model")
|
||||
|
@ -197,7 +197,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
ComboBox
|
||||
Cura.ComboBox
|
||||
{
|
||||
id: color_model
|
||||
Layout.fillWidth: true
|
||||
|
@ -215,7 +215,7 @@ UM.Dialog
|
|||
y: color_model.y + color_model.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "1mm Transmittance (%)")
|
||||
|
@ -228,7 +228,7 @@ UM.Dialog
|
|||
}
|
||||
}
|
||||
|
||||
TextField
|
||||
Cura.TextField
|
||||
{
|
||||
id: transmittance
|
||||
Layout.fillWidth: true
|
||||
|
@ -246,7 +246,7 @@ UM.Dialog
|
|||
y: transmittance.y + transmittance.height + UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
||||
Label
|
||||
UM.Label
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
text: catalog.i18nc("@action:label", "Smoothing")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue