Fix small warning with NTextBox
This commit is contained in:
parent
880d6610fe
commit
ea22af05d1
11 changed files with 32 additions and 4 deletions
|
|
@ -6,6 +6,10 @@ import qs.Widgets
|
|||
Item {
|
||||
// Optional scaling prop to match other tabs
|
||||
property real scaling: 1
|
||||
// Tab metadata
|
||||
readonly property string tabIcon: "web_asset"
|
||||
readonly property string tabLabel: "Bar"
|
||||
readonly property int tabIndex: 1
|
||||
anchors.fill: parent
|
||||
|
||||
ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue