Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. virtualkeyboard
    Log in to post

    • UNSOLVED How to handle back button event when android native virtual keyboard is active?
      Mobile and Embedded • virtualkeyboard textinput textarea android keyboar • • Darknes  

      1
      0
      Votes
      1
      Posts
      27
      Views

      No one has replied

    • UNSOLVED VirtualKeyboard cycling through layouts
      QML and Qt Quick • virtualkeyboard • • Rab1  

      1
      0
      Votes
      1
      Posts
      33
      Views

      No one has replied

    • SOLVED Android qml imports
      Announcements • qml android virtualkeyboard macros • • lopeztel  

      5
      0
      Votes
      5
      Posts
      207
      Views

      @sierdzio Thanks, this is exactly what I needed! Ended up doing: #if defined(Q_OS_ANDROID) const QUrl url(QStringLiteral("qrc:/main_android.qml")); #elif defined (Q_OS_LINUX) const QUrl url(QStringLiteral("qrc:/main_linux.qml")); #endif in my main.cpp
    • SOLVED TextField selection handles issue
      QML and Qt Quick • virtualkeyboard dialog textfield columnlayout select all • • Deedss  

      4
      0
      Votes
      4
      Posts
      105
      Views

      Was able to solve it by outcommenting selectionHandle in the custom keyboard style.qml file.
    • UNSOLVED How to implement virtual keyboard with PySide2 and QML
      Mobile and Embedded • qml pyside2 python3 virtualkeyboard qml binding • • RG97  

      7
      0
      Votes
      7
      Posts
      652
      Views

      try to add this to main.py import os os.environ["QT_IM_MODULE"] = "qtvirtualkeyboard"
    • UNSOLVED Does VirtualKeyboard offer any way to have a dark transparent overlay surrounding the TextField that activates the inputPanel?
      QML and Qt Quick • qml virtualkeyboard overlay input panel • • red.green  

      2
      0
      Votes
      2
      Posts
      145
      Views

      @red.green hi, I'm unfamiliar with the virtual keyboard. But I have the following idea. inside your TextField, you listend to onActiveFocusChanged if that becomes true, that the virtual keyboard should be called forth. On you can than listen to the editingFinished signal and force the focus on the parent. to guarantee that the active focus is really gone after editing Item{//arbitary parent TextField{ onActiveFocusChanged: if(activeFocus) //do stuff onEditingFinished: parent.forceActiveFocus() } }
    • SOLVED How is it possible to catch when Key_Cancel pressed from a custom virtual keyboard in qml?
      QML and Qt Quick • qml virtualkeyboard input panel • • red.green  

      3
      0
      Votes
      3
      Posts
      383
      Views

      @raven-worx Thanks. I'm really new to QML, so didn't know about the Keys option.
    • UNSOLVED Qtvirtualkeyboard embedded widget jetson does not work
      Mobile and Embedded • virtualkeyboard qwidget jetson • • tyggylpp  

      1
      0
      Votes
      1
      Posts
      122
      Views

      No one has replied

    • UNSOLVED QQuickwidget does not call the virtual keyboard in ios
      QML and Qt Quick • ios virtualkeyboard qquickwidget • • J.Hilk  

      3
      0
      Votes
      3
      Posts
      496
      Views

      @raven-worx mmh, I'm unsure but I'll look into it. However that gave me an idea. The TextInput QML-Item should have it's own c++ class(I'm however unsure what it's called), somewhere with QQuickItem as it's very base class. I could look into creating my own myTextInput Item that handles the QInputMethod-Query
    • SOLVED Android keyboard stays English latin when it should be Hindi
      Mobile and Embedded • qml android virtualkeyboard qt5.11 languagechange • • _.-rFLo_.-  

      2
      0
      Votes
      2
      Posts
      465
      Views

      Alright, I found the error: In the TextEdit {} I had inputMethodHints: Qt.ImhNoPredictiveText because in earlier tests, sending emojis to TextEdit crashed the app. But with PredictiveText disabled, all fancy input methods and hence the different keyboards don't work. Also, Emojis are no problem anymore and animated Gifs are disabled.
    • UNSOLVED Virtual keyboard pressed keys
      QML and Qt Quick • virtualkeyboard input panel • • prasanth  

      1
      0
      Votes
      1
      Posts
      187
      Views

      No one has replied

    • UNSOLVED Remove "British-English" in Virtual Keyboard
      QML and Qt Quick • qtquick2 virtualkeyboard • • pra7  

      2
      0
      Votes
      2
      Posts
      732
      Views

      @pra7 Follow these instructions then edit your styles.qml file and comment out line 437 spaceKeyPanel: KeyPanel { Rectangle { id: spaceKeyBackground radius: 5 color: "#35322f" anchors.fill: parent anchors.margins: keyBackgroundMargin Text { id: spaceKeyText //text: Qt.locale(InputContext.locale).nativeLanguageName
    • UNSOLVED How to Open/integrate Virtual keyboard for File Dialog ?
      QML and Qt Quick • qml qtquick2 virtualkeyboard fileinputdialog • • Praveen_2017  

      1
      0
      Votes
      1
      Posts
      466
      Views

      No one has replied

    • UNSOLVED Block Virtual keyboard popup for a particular TextField/TextArea
      QML and Qt Quick • qml virtualkeyboard • • Praveen_2017  

      2
      0
      Votes
      2
      Posts
      426
      Views

      @Praveen_2017 Hi, Try this, onFocusChanged: { inputpanel.visible=false; }
    • UNSOLVED Application Window and Dialog Issue.
      QML and Qt Quick • qml qtquick2 virtualkeyboard • • pra7  

      1
      0
      Votes
      1
      Posts
      421
      Views

      No one has replied

    • UNSOLVED PyQt5 virtual keyboard (TypeError: missing 1 required positional argument)
      Language Bindings • qt5.5 python pyqt5 python3 virtualkeyboard • • alekssandrap  

      5
      0
      Votes
      5
      Posts
      3598
      Views

      Hay i saw your keyboard its really good, i also want to design this kind of keyboard, can you please tell me when i move the cursor on the keys it automatically enlarge. how is it possible ? and another one is, when i am typing it does not show anything but my only cursor move forward.
    • SOLVED Virtual keyboard does not show up in QWidgets app on RPi 2
      Mobile and Embedded • qt 5.7 qtwidgets virtualkeyboard cross-compile eglfs rpi2 • • mr_max  

      9
      1
      Votes
      9
      Posts
      5616
      Views

      @mr_max I also have the same issue..Is it working now?
    • UNSOLVED virtualKeyboard not sending events to qt application in Embedded Linux i.MX6 platform
      Mobile and Embedded • qt5.5.1 virtualkeyboard qt embedded engine • • T_Eng  

      2
      0
      Votes
      2
      Posts
      858
      Views

      @T_Eng Also to say that my GUI is Qt Quick Qml code and I am trying to fill a TextField qml type
    • UNSOLVED Qt Virtual Keyboard layout files
      QML and Qt Quick • qtquick qt 5.7 keyboard virtualkeyboard keyboard mappin • • LeP3nguin  

      5
      0
      Votes
      5
      Posts
      2756
      Views

      here is the solution: https://forum.qt.io/topic/76802/how-to-enable-virtual-keyboard-languages/5
    • UNSOLVED Qt VirtualKeyboard overlays input field
      Mobile and Embedded • virtualkeyboard i.mx6 5.7.0 • • PhTe  

      3
      0
      Votes
      3
      Posts
      1559
      Views

      But in the example project there is a QML component called 'Autoscroller'. I thought that was for automatically scrolling the input fields to the visible area of the screen.
    • UNSOLVED QML 5.7 QNX, module (or version) is not installed
      Mobile and Embedded • qml qt 5.7 qt 5.6 qtwebkit virtualkeyboard • • Julien B  

      3
      0
      Votes
      3
      Posts
      2304
      Views

      Hello @SGaist, Thanks for the tip I will post also on the interest mailing list. Nevertheless I did not modified the qt sources and builds were working fine after compilation for Linux 32 bits and QNX, I just had to add QtWebKit from the community release because it is not a part of official release anymore. Actually for QtWebkit on QNX, the app seems have found the module but not the proper version (3.0). For Virtual Keyboard I did nothing more than compiling and try to use the exemple provided with Qt sources, first on Linux 32 bits then on my QNX arm v7 target. I did that with several others QML examples also provided with Qt sources and I did not encounter that kind of behaviour, no other modules where missing. Maybe i missed something on my target configuration (libs install, Path, ...), I just would like to know if there is a way to list which modules and version are properly installed on a specific system (Linux, QNX).
    • UNSOLVED Virtual Keyboard no clicked(bool) signal emited
      General and Desktop • qpushbutton virtualkeyboard • • Kaluss  

      6
      0
      Votes
      6
      Posts
      1671
      Views

      As I checked currently it's not possible to use press and hold functionality on QPushButtons on Windows 10 with touch screen. With mouse everything works fine.
    • SOLVED Qt Virtual Keyboard after new agreement with KDE
      The Lounge • virtualkeyboard virtual keyboar kde • • mbnoimi  

      3
      0
      Votes
      3
      Posts
      1074
      Views

      There was just a post about this on the Development mailing list. Here: http://lists.qt-project.org/pipermail/development/2016-January/024380.html So it is coming to the repos, and officially part of 5.7 As for compiling, I don't know either.