flyout tooltips
This commit is contained in:
parent
e3ba80fd0d
commit
99f71f858d
8 changed files with 113 additions and 39 deletions
9
modules/FlyoutState.qml
Normal file
9
modules/FlyoutState.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pragma Singleton
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
property bool visible: false
|
||||
property string text: ""
|
||||
property real itemX: 0
|
||||
property var screen: null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue