Fix small warning with NTextBox
This commit is contained in:
parent
880d6610fe
commit
ea22af05d1
11 changed files with 32 additions and 4 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue