Skip to content
Snippets Groups Projects
Commit 5c8f8ada authored by Pouchet Pierre's avatar Pouchet Pierre
Browse files

push rapide

parent a9e4fbcb
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ qt_add_qml_module(appMotus
QML_FILES
Main.qml
QML_FILES Case.qml
RESOURCES Ressources.qrc
QML_FILES Case.qml
QML_FILES Case.qml
QML_FILES Case.qml
)
# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1.
......
import QtQuick
Item {
width: 90
height: 60
property alias _textText: _text.text
Text {
id: _text
x: 0
y: 0
width: 90
height: 60
text: qsTr("Lettre")
font.pixelSize: 24
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
}
import QtQuick
Window {
width: 640
height: 480
width: 1920
height: 1080
visible: true
title: qsTr("Hello World")
Rectangle {
id: rectangle
x: 0
y: 0
width: 1920
height: 1080
color: "#cb4848"
focus: true
}
}
<RCC>
<qresource prefix="/">
<file>Case.qml</file>
</qresource>
</RCC>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment