Add tooltip for formulas on profile overview tabs

This commit is contained in:
fieldOfView 2016-10-08 15:15:12 +02:00
parent 6bea0ad7b4
commit 90c3a09bc0

View file

@ -25,12 +25,13 @@ Tab
{
id: itemDelegate
Rectangle
UM.TooltipArea
{
property var setting: qualitySettings.getItem(styleData.row)
height: childrenRect.height
color: "transparent"
width: (parent != null) ? parent.width : 0
text: (styleData.value.substr(0,1) == "=") ? styleData.value : ""
Label
{
anchors.left: parent.left