Compare commits
No commits in common. "40ce63e1df6fa1cbb8cdefda651aa851cf30926e" and "35921ed900aba4d2caa92b2a4cc2aff8a0f16530" have entirely different histories.
40ce63e1df
...
35921ed900
|
@ -176,11 +176,6 @@ Item {
|
|||
leftMargin: 6
|
||||
rightMargin: 6
|
||||
}
|
||||
FluTooltip {
|
||||
text: model.title
|
||||
visible: item_control.hovered && model.title && d.isCompact
|
||||
delay: 400
|
||||
}
|
||||
MouseArea{
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.RightButton
|
||||
|
@ -460,11 +455,6 @@ Item {
|
|||
leftMargin: 6
|
||||
rightMargin: 6
|
||||
}
|
||||
FluTooltip {
|
||||
text: model.title
|
||||
visible: item_control.hovered && model.title && d.isCompact
|
||||
delay: 400
|
||||
}
|
||||
onClicked:{
|
||||
if(type === 0){
|
||||
if(model.onTapListener){
|
||||
|
|
|
@ -177,11 +177,6 @@ Item {
|
|||
leftMargin: 6
|
||||
rightMargin: 6
|
||||
}
|
||||
FluTooltip {
|
||||
text: model.title
|
||||
visible: item_control.hovered && model.title && d.isCompact
|
||||
delay: 400
|
||||
}
|
||||
MouseArea{
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.RightButton
|
||||
|
@ -463,11 +458,6 @@ Item {
|
|||
leftMargin: 6
|
||||
rightMargin: 6
|
||||
}
|
||||
FluTooltip {
|
||||
text: model.title
|
||||
visible: item_control.hovered && model.title && d.isCompact
|
||||
delay: 400
|
||||
}
|
||||
onClicked:{
|
||||
if(type === 0){
|
||||
if(model.onTapListener){
|
||||
|
|
Loading…
Reference in New Issue