parent
b95315ffd6
commit
327f64a239
|
@ -21,6 +21,7 @@ Page {
|
||||||
signal backClicked()
|
signal backClicked()
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
background: null
|
||||||
|
|
||||||
Component.onCompleted: confPswInput.forceActiveFocus(Qt.MouseFocusReason)
|
Component.onCompleted: confPswInput.forceActiveFocus(Qt.MouseFocusReason)
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Page {
|
||||||
signal backClicked()
|
signal backClicked()
|
||||||
|
|
||||||
Component.onCompleted: { view.forceNewPswInputFocus() }
|
Component.onCompleted: { view.forceNewPswInputFocus() }
|
||||||
|
background: null
|
||||||
QtObject {
|
QtObject {
|
||||||
id: d
|
id: d
|
||||||
readonly property int zBehind: 1
|
readonly property int zBehind: 1
|
||||||
|
|
Loading…
Reference in New Issue