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
c707d331
Commit
c707d331
authored
Jan 07, 2021
by
Aleksei German
Browse files
Washing Machine: removed settings button
parent
aedc7c5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
playground/washingMachineUI/StartScreen.ui.qml
View file @
c707d331
...
...
@@ -16,20 +16,20 @@ Item {
height
:
275
}
Smallbutton
{
id
:
settingsButton
x
:
16
y
:
16
//
Smallbutton {
//
id: settingsButton
//
x: 16
//
y: 16
lockedicononSource
:
"
assets/settingsiconon.png
"
currenticonoffSource
:
"
assets/settingsiconoff.png
"
//
lockedicononSource: "assets/settingsiconon.png"
//
currenticonoffSource: "assets/settingsiconoff.png"
Connections
{
target
:
settingsButton
onStateChanged
:
if
(
settingsButton
.
state
==
"
complete
"
)
settingsClicked
()
onClicked
:
settingsClicked
()
}
}
//
Connections {
//
target: settingsButton
//
onStateChanged: if (settingsButton.state == "complete") settingsClicked()
//
onClicked: settingsClicked()
//
}
//
}
Timedate
{
id
:
start_timedateinstance
...
...
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