Remove window and page title
This commit is contained in:
parent
fa14e7d125
commit
28008b51ef
1 changed files with 0 additions and 3 deletions
|
@ -15,15 +15,12 @@ Kirigami.ApplicationWindow {
|
||||||
width: 640
|
width: 640
|
||||||
height: 480
|
height: 480
|
||||||
visible: true
|
visible: true
|
||||||
title: "InputFaker"
|
|
||||||
|
|
||||||
property DeviceManager deviceManager: DeviceManager {}
|
property DeviceManager deviceManager: DeviceManager {}
|
||||||
|
|
||||||
pageStack.initialPage: FormCard.FormCardPage {
|
pageStack.initialPage: FormCard.FormCardPage {
|
||||||
id: page
|
id: page
|
||||||
|
|
||||||
title: "FAKE!"
|
|
||||||
|
|
||||||
FormCard.FormCard {
|
FormCard.FormCard {
|
||||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue