mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:29:00 +08:00
Add tooltip for formulas on profile overview tabs
This commit is contained in:
parent
6bea0ad7b4
commit
90c3a09bc0
@ -25,12 +25,13 @@ Tab
|
|||||||
{
|
{
|
||||||
id: itemDelegate
|
id: itemDelegate
|
||||||
|
|
||||||
Rectangle
|
UM.TooltipArea
|
||||||
{
|
{
|
||||||
property var setting: qualitySettings.getItem(styleData.row)
|
property var setting: qualitySettings.getItem(styleData.row)
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
color: "transparent"
|
|
||||||
width: (parent != null) ? parent.width : 0
|
width: (parent != null) ? parent.width : 0
|
||||||
|
text: (styleData.value.substr(0,1) == "=") ? styleData.value : ""
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user