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
|
||||
height: 480
|
||||
visible: true
|
||||
title: "InputFaker"
|
||||
|
||||
property DeviceManager deviceManager: DeviceManager {}
|
||||
|
||||
pageStack.initialPage: FormCard.FormCardPage {
|
||||
id: page
|
||||
|
||||
title: "FAKE!"
|
||||
|
||||
FormCard.FormCard {
|
||||
Layout.topMargin: Kirigami.Units.largeSpacing
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Add table
Reference in a new issue