Index: sources/gui/qml/compounds/BPHREntry.qml =================================================================== diff -u -r6233e005c77ee0aa10e80c02254a21f2042b840b -r27331dcb133e4d400eef25d5595c3b277e79504c --- sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision 6233e005c77ee0aa10e80c02254a21f2042b840b) +++ sources/gui/qml/compounds/BPHREntry.qml (.../BPHREntry.qml) (revision 27331dcb133e4d400eef25d5595c3b277e79504c) @@ -50,6 +50,11 @@ width : _container.width height : _container.height + function setFocus() { + firstInput.textInput.forceActiveFocus() + _keyboard.setVisible(true) + } + anchors.horizontalCenter: parent.horizontalCenter y : Qt.inputMethod.visible && _keyboard.visible ? _root.topMarginContent : ( ( _root.contentRectHeight - _container.height ) / 2 ) Behavior on y { NumberAnimation { duration: Variables.keybardAnimationDuration } }