CQtDeployer/tests/TestQMLWidgets/Page2Form.ui.qml

15 lines
209 B
QML
Raw Normal View History

2018-12-23 17:02:01 +03:00
import QtQuick 2.10
import QtQuick.Controls 2.3
Page {
width: 600
height: 400
title: qsTr("Page 2")
Label {
text: qsTr("You are on Page 2.")
anchors.centerIn: parent
}
}