mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-17 20:08:28 +00:00
remove text mouse area
This commit is contained in:
parent
df90975c21
commit
dbfe9ee774
1 changed files with 0 additions and 13 deletions
|
|
@ -7,19 +7,6 @@ Quick.Text {
|
||||||
id: mainItem
|
id: mainItem
|
||||||
property double scaleLettersFactor: 1.
|
property double scaleLettersFactor: 1.
|
||||||
width: txtMeter.advanceWidth
|
width: txtMeter.advanceWidth
|
||||||
property alias tooltip: tooltip
|
|
||||||
property alias mouseArea: mouseArea
|
|
||||||
Quick.MouseArea {
|
|
||||||
id: mouseArea
|
|
||||||
anchors.fill: parent
|
|
||||||
acceptedButtons: Qt.NoButton
|
|
||||||
hoverEnabled: true
|
|
||||||
}
|
|
||||||
ToolTip {
|
|
||||||
id: tooltip
|
|
||||||
visible: mainItem.visible && mouseArea.containsMouse && mainItem.truncated
|
|
||||||
text: mainItem.text
|
|
||||||
}
|
|
||||||
font {
|
font {
|
||||||
family: DefaultStyle.defaultFont
|
family: DefaultStyle.defaultFont
|
||||||
pixelSize: Utils.getSizeWithScreenRatio(10)
|
pixelSize: Utils.getSizeWithScreenRatio(10)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue