Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MotusEtBoucheCousue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Massies Alexandre
MotusEtBoucheCousue
Commits
5c8f8ada
Commit
5c8f8ada
authored
1 month ago
by
Pouchet Pierre
Browse files
Options
Downloads
Patches
Plain Diff
push rapide
parent
a9e4fbcb
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Motus/CMakeLists.txt
+4
-0
4 additions, 0 deletions
Motus/CMakeLists.txt
Motus/Case.qml
+14
-0
14 additions, 0 deletions
Motus/Case.qml
Motus/Main.qml
+12
-2
12 additions, 2 deletions
Motus/Main.qml
Motus/Ressources.qrc
+5
-0
5 additions, 0 deletions
Motus/Ressources.qrc
with
35 additions
and
2 deletions
Motus/CMakeLists.txt
+
4
−
0
View file @
5c8f8ada
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Motus/Case.qml
+
14
−
0
View file @
5c8f8ada
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
}
}
This diff is collapsed.
Click to expand it.
Motus/Main.qml
+
12
−
2
View file @
5c8f8ada
import
QtQuick
Window
{
width
:
64
0
height
:
4
80
width
:
192
0
height
:
10
80
visible
:
true
title
:
qsTr
(
"
Hello World
"
)
Rectangle
{
id
:
rectangle
x
:
0
y
:
0
width
:
1920
height
:
1080
color
:
"
#cb4848
"
focus
:
true
}
}
This diff is collapsed.
Click to expand it.
Motus/Ressources.qrc
0 → 100644
+
5
−
0
View file @
5c8f8ada
<RCC>
<qresource prefix="/">
<file>Case.qml</file>
</qresource>
</RCC>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment