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
6cc66958
Commit
6cc66958
authored
1 month ago
by
Massies Alexandre
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://gitlab.ec-lyon.fr/amassies/motusetbouchecousue
parents
03fe1dcb
32cafab8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Motus/Case.qml
+2
-0
2 additions, 0 deletions
Motus/Case.qml
Motus/Main.qml
+14
-0
14 additions, 0 deletions
Motus/Main.qml
with
16 additions
and
0 deletions
Motus/Case.qml
+
2
−
0
View file @
6cc66958
...
...
@@ -3,8 +3,10 @@ import QtQuick
Item
{
width
:
90
height
:
90
property
alias
_textColor
:
_text
.
color
property
alias
_textText
:
_text
.
text
Text
{
id
:
_text
x
:
0
...
...
This diff is collapsed.
Click to expand it.
Motus/Main.qml
+
14
−
0
View file @
6cc66958
...
...
@@ -34,6 +34,20 @@ Window {
x
:
76
y
:
47
_textText
:
"
Générer un mot
"
MouseArea
{
id
:
mouseArea
x
:
0
y
:
0
width
:
400
height
:
200
onClicked
:
case3
.
_textColor
=
"
#51c3e1
"
Case
{
id
:
case3
_textText
:
"
test
"
}
}
}
Rectangle
{
...
...
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