Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tapani Mattila
qtdesign-studio
Commits
8da47da5
Commit
8da47da5
authored
Jan 27, 2021
by
Aleksei German
Browse files
WashingMachineDemo: sanity fix
parent
85ed2e76
Changes
2
Hide whitespace changes
Inline
Side-by-side
playground/washingMachineUI/WashProgramList.qml
View file @
8da47da5
...
@@ -93,7 +93,7 @@ Item {
...
@@ -93,7 +93,7 @@ Item {
}
}
function
updateActiveView
()
{
function
updateActiveView
()
{
switch
(
settingsModelId
)
{
switch
(
settingsModelId
)
{
case
0
:
case
0
:
colorView
.
updateView
()
colorView
.
updateView
()
break
break
...
@@ -183,7 +183,7 @@ Item {
...
@@ -183,7 +183,7 @@ Item {
var
i
var
i
var
element
var
element
switch
(
settingsModelId
)
{
switch
(
settingsModelId
)
{
case
0
:
case
0
:
for
(
i
=
0
;
i
<
colorModel
.
count
;
i
++
)
{
for
(
i
=
0
;
i
<
colorModel
.
count
;
i
++
)
{
element
=
colorView
.
itemAtIndex
(
i
)
element
=
colorView
.
itemAtIndex
(
i
)
...
...
playground/washingMachineUI/washingMachineUI.qmlproject
View file @
8da47da5
/* File generated by Qt Creator */
import QmlProject 1.1
import QmlProject 1.1
Project {
Project {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment