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

@ -19,8 +19,7 @@ NLoader {
readonly property real scaling: Scaling.scale(screen)
// Active tab index unified for sidebar, header, and content stack
property int currentTabIndex: 0
// Single source of truth for tabs
// Each tab points to a QML file path. The content stack simply loads the file via Loader.source.
// Single source of truth for tabs (explicit icon/label here)
property var tabsModel: [
{ icon: "tune", label: "General", source: "Tabs/General.qml" },
{ icon: "web_asset", label: "Bar", source: "Tabs/Bar.qml" },