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:
Diego Prado Gesto 2018-02-28 13:36:39 +01:00
parent ac635ba748
commit 3aa3729635
7 changed files with 62 additions and 17 deletions

View file

@ -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 { }
}
}