how to change the size of virtual keyboard?
Unsolved
General and Desktop
-
The size of virtual keyboard is full screen when it pops up. How to change its properties? qml is not used here.
It is set-up by the following code.LineEdit::LineEdit(QWidget *parent)
: QLineEdit( parent )
{
setAttribute( Qt::WA_InputMethodEnabled, true );
setInputMethodHints( inputMethodHints() );
} -
Hi
So its the systems keyboard that pops up ? -
1/3