Changed Window to ApplicationWindow
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
import QtQuick.Controls
|
import QtQuick.Controls
|
||||||
Window
|
ApplicationWindow
|
||||||
{
|
{
|
||||||
id: addmitarbeiter
|
id: addmitarbeiter
|
||||||
|
title: qsTr("Objekt - Neuer Mitarbeiter")
|
||||||
|
|
||||||
ColumnLayout
|
ColumnLayout
|
||||||
{
|
{
|
||||||
@@ -13,6 +14,7 @@ Window
|
|||||||
{
|
{
|
||||||
text: qsTr("Neuer Mitarbeiter")
|
text: qsTr("Neuer Mitarbeiter")
|
||||||
Layout.alignment: Qt.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
|
font.pixelSize: 35
|
||||||
}
|
}
|
||||||
|
|
||||||
GridLayout
|
GridLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user