Code Review
/
apps
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b70f918
)
Move back to initial list when the app is hidden
97/7697/1
author
Tasuku Suzuki
<tasuku.suzuki@qt.io>
Tue, 20 Dec 2016 08:26:35 +0000
(17:26 +0900)
committer
Tasuku Suzuki
<tasuku.suzuki@qt.io>
Tue, 20 Dec 2016 08:26:50 +0000
(17:26 +0900)
Change-Id: I7c8b4978e96dc2366bf07d07221c44806fb9cb73
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
app/Settings.qml
patch
|
blob
|
history
diff --git
a/app/Settings.qml
b/app/Settings.qml
index
42fed66
..
4fcda79
100644
(file)
--- a/
app/Settings.qml
+++ b/
app/Settings.qml
@@
-26,6
+26,11
@@
import 'example'
ApplicationWindow {
id: root
+ onVisibleChanged: {
+ if (!visible)
+ stack.pop(settings)
+ }
+
StackView {
id: stack
anchors.fill: parent