Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-02-28 15:36:39 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2018-02-28 15:36:39 +0300
commit3aa37296358192ca34f767e1de175dc4d4f2df34 (patch)
tree22414706289b6b78f7dd176b4954cc1742bd04b3 /resources/qml/SidebarHeader.qml
parentac635ba748239d0f91d85879f659eb0229082db9 (diff)
CURA-4870 Add printer type selector that show the unique name list of
all the types of printers in a group.
Diffstat (limited to 'resources/qml/SidebarHeader.qml')
-rw-r--r--resources/qml/SidebarHeader.qml11
1 files changed, 1 insertions, 10 deletions
diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml
index 52a03b46bb..637db76c4f 100644
--- a/resources/qml/SidebarHeader.qml
+++ b/resources/qml/SidebarHeader.qml
@@ -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 { }
}
}