|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
import QtQuick 2.6 |
|
|
|
|
import QtQuick 2.15 |
|
|
|
|
import QtQuick.Layouts 1.0 |
|
|
|
|
import QtQuick.Controls 2.1 |
|
|
|
|
|
|
|
|
|
@ -201,14 +201,4 @@ ElDialog {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// make clicking the dialog background move the scope away from textedit fields |
|
|
|
|
// so the keyboard goes away |
|
|
|
|
// TODO: here it works on desktop, but not android. hmm. |
|
|
|
|
MouseArea { |
|
|
|
|
anchors.fill: parent |
|
|
|
|
z: -1000 |
|
|
|
|
onClicked: { parkFocus.focus = true } |
|
|
|
|
FocusScope { id: parkFocus } |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|