flyout tooltips

This commit is contained in:
Damocles 2026-04-12 10:37:29 +02:00
parent e3ba80fd0d
commit 99f71f858d
8 changed files with 113 additions and 39 deletions

9
modules/FlyoutState.qml Normal file
View 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
}