mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
CURA-4870 Add printer type selector that show the unique name list of
all the types of printers in a group.
This commit is contained in:
parent
ac635ba748
commit
3aa3729635
7 changed files with 62 additions and 17 deletions
|
|
@ -71,16 +71,7 @@ Column
|
|||
anchors.right: parent.right
|
||||
style: UM.Theme.styles.sidebar_header_button
|
||||
activeFocusOnPress: true;
|
||||
menu: Menu {
|
||||
MenuItem
|
||||
{
|
||||
text: "Printer type 1"
|
||||
}
|
||||
MenuItem
|
||||
{
|
||||
text: "Printer type 2"
|
||||
}
|
||||
}
|
||||
menu: PrinterTypeMenu { }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue