Hi and thanks. I’ve found the answer: qApp->inputMethod()->show();
From: Alan Ezust Sent: Saturday, March 29, 2014 5:21 PM To: igor.mironc...@gmail.com Cc: interest@qt-project.org Subject: Re: [Interest] TextEdit and virtual keyboard There is not one that is included in Qt. You can make one. Here are some links that show how. http://doc.qt.digia.com/QtVirtualKeyboard/qtvirtualkeyboard-enterprise-virtualkeyboard-virtualkeyboard-virtualkeyboard-qml.html http://qt-project.org/forums/viewthread/1486 Or you can try to reuse one that was created for a specific platform, such as meego. https://gitorious.org/qtmediahub/meegoremote/source/8e4ce80ef1338278af64265fa55dba49650070d4:qml/VirtualKeyboard.qml#L43 On Sat, Mar 29, 2014 at 5:36 AM, <igor.mironc...@gmail.com> wrote: Hi. I’m implementing TextEdit. And I want the virtual keyboard to be shown on tap on the widget (on mobile platforms). What should I do for it? Thanks. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest