Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Virtual Keyboard (not qvirtualkeyboard)

Virtual Keyboard (not qvirtualkeyboard)

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 3 Posters 916 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ckvsoft
    wrote on last edited by ckvsoft
    #1

    Hi there
    I have searched everywhere and unfortunately only got contributions to qtvirtualkeyboard.
    I have the problem that the virtual keyboard, in this case "onboard" with MATE Desktop.

    When I switch to a QLineEdit field in a QT program (not just mine), the keyboard appears in a loop. Always visible / invisible.

    Maybe who knows the problem, or is there a solution?
    The virtual keyboard does not open at all under KDE. Eg. in FireFox it works on both desktops. I think it's a QT problem.

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      i use onboard with Mint xfce and kde and not seen these issues.
      Could it be something with the mate Desktop ?

      1 Reply Last reply
      0
      • C Offline
        C Offline
        ckvsoft
        wrote on last edited by ckvsoft
        #3

        Did you test it with a QT application? Ubuntu 18.04 and Ubuntu 19.10
        All GTK application will work on both Desktops

        1 Reply Last reply
        0
        • C Offline
          C Offline
          ckvsoft
          wrote on last edited by
          #4

          I will try it with xfce.
          Videos
          There are two videos here that show what I mean. Once KDE and once MATE

          1 Reply Last reply
          0
          • C Offline
            C Offline
            ckvsoft
            wrote on last edited by
            #5

            xfce behaves exactly like KDE

            It cannot be that only I have this problem.

            J.HilkJ 1 Reply Last reply
            0
            • C ckvsoft

              xfce behaves exactly like KDE

              It cannot be that only I have this problem.

              J.HilkJ Offline
              J.HilkJ Offline
              J.Hilk
              Moderators
              wrote on last edited by
              #6

              @ckvsoft well, the problem is obvious, is it not,

              The Lineedit gets the focus, that triggers the system to show the keyboard, the keyboard removes the focus from the QLineedit, which signals the system, Keyboard is no longer required, that will cause the keyboard to go away, which will return the focus back to the line edit which than restarts the loop.

              Your firefox Browser behaves the same btw, only that the edit window does not get the focus back and stays without it

              Your v-keyboard software is to blame, I would say


              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


              Q: What's that?
              A: It's blue light.
              Q: What does it do?
              A: It turns blue.

              1 Reply Last reply
              1
              • C Offline
                C Offline
                ckvsoft
                wrote on last edited by ckvsoft
                #7

                I was thinking the same thing. Only there is no LostFocus signal arriving at the LineEdit.
                How do you think I could handle that?
                The virtual keyboard is OnBoard, I would also like to test others.
                QVirtualKeyboard is a little strange. Most of all how do I configure it in C ++. I don't want to use QML and I don't want to modify all the QT programs I use.

                lg Chris

                1 Reply Last reply
                0

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved