mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Start MachineSelector refactor by allowing list model to be passed in.
CURA-9424
This commit is contained in:
parent
f8ed660d58
commit
2019d8f3af
4 changed files with 8 additions and 2 deletions
|
@ -16,6 +16,8 @@ Cura.ExpandablePopup
|
|||
property bool isCloudRegistered: Cura.MachineManager.activeMachineHasCloudRegistration
|
||||
property bool isGroup: Cura.MachineManager.activeMachineIsGroup
|
||||
|
||||
property alias machineListModel: machineSelectorList.model
|
||||
|
||||
readonly property string connectionStatus: {
|
||||
if (isNetworkPrinter)
|
||||
{
|
||||
|
@ -156,7 +158,8 @@ Cura.ExpandablePopup
|
|||
|
||||
}
|
||||
|
||||
MouseArea // Connection status tooltip hover area
|
||||
// Connection status tooltip hover area
|
||||
MouseArea
|
||||
{
|
||||
id: connectionStatusTooltipHoverArea
|
||||
anchors.fill: parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue