Fix small warning with NTextBox

This commit is contained in:
Ly-sec 2025-08-11 16:07:04 +02:00
parent 880d6610fe
commit ea22af05d1
11 changed files with 32 additions and 4 deletions

View file

@ -5,6 +5,9 @@ import qs.Widgets
Item {
property real scaling: 1
readonly property string tabIcon: "monitor"
readonly property string tabLabel: "Display"
readonly property int tabIndex: 5
anchors.fill: parent
ColumnLayout {