You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: qml/ui/widgets/BaseWidgetDefaultUiControlElements.qml
+44Lines changed: 44 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ import QtQuick.Controls 2.12
3
3
importQtQuick.Layouts1.12
4
4
5
5
importQt.labs.settings1.0
6
+
import"../elements"
6
7
7
8
// Can be used to quickly add the right UI elements for (persistently) setting scale and opacity for a HUD element (e.g. an element extending BaseWidget)
8
9
// By default, placed in one of the popups, and more values can be added manually if needed
0 commit comments