mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
update
This commit is contained in:
parent
dc3b1acaa5
commit
8a52f143d7
@ -69,18 +69,14 @@ Rectangle {
|
|||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
wrapMode: Text.WrapAnywhere
|
wrapMode: Text.WrapAnywhere
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
MouseArea{
|
HoverHandler{
|
||||||
id:item_mouse
|
id: hover_handler
|
||||||
hoverEnabled: true
|
}
|
||||||
anchors.fill: parent
|
FluTooltip{
|
||||||
acceptedButtons: Qt.NoButton
|
text: item_text.text
|
||||||
FluTooltip{
|
delay: 500
|
||||||
text: item_text.text
|
visible: item_text.contentWidth < item_text.implicitWidth && item_text.contentHeight < item_text.implicitHeight && hover_handler.hovered
|
||||||
delay: 500
|
|
||||||
visible: item_text.contentWidth < item_text.implicitWidth && item_text.contentHeight < item_text.implicitHeight && item_mouse.containsMouse
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ScrollView{
|
ScrollView{
|
||||||
|
Loading…
Reference in New Issue
Block a user