mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Show tooltip on top of control elements
This commit is contained in:
parent
72987fd2c5
commit
67a5490907
1 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (c) 2018 Ultimaker B.V.
|
// Copyright (c) 2019 Ultimaker B.V.
|
||||||
// Cura is released under the terms of the LGPLv3 or higher.
|
// Cura is released under the terms of the LGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.7
|
import QtQuick 2.7
|
||||||
|
|
@ -49,11 +49,6 @@ Item
|
||||||
property var activePrinter: connectedDevice != null ? connectedDevice.activePrinter : null
|
property var activePrinter: connectedDevice != null ? connectedDevice.activePrinter : null
|
||||||
property var activePrintJob: activePrinter != null ? activePrinter.activePrintJob: null
|
property var activePrintJob: activePrinter != null ? activePrinter.activePrintJob: null
|
||||||
|
|
||||||
PrintSetupTooltip
|
|
||||||
{
|
|
||||||
id: tooltip
|
|
||||||
}
|
|
||||||
|
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
id: printMonitor
|
id: printMonitor
|
||||||
|
|
@ -183,4 +178,9 @@ Item
|
||||||
width: base.width
|
width: base.width
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PrintSetupTooltip
|
||||||
|
{
|
||||||
|
id: tooltip
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue