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 no clicked(bool) signal emited

Virtual Keyboard no clicked(bool) signal emited

Scheduled Pinned Locked Moved Unsolved General and Desktop
qpushbuttonvirtualkeyboard
6 Posts 2 Posters 2.2k Views
  • 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.
  • K Offline
    K Offline
    Kaluss
    wrote on last edited by
    #1

    Hi,
    I got strange problem.
    Im during implementation of virtual keyboard and found strange issue. When I use my keyboard via mouse everything is ok, but when I try to work by touch screen I noticed that sometimes QPushButton::clicked(bool) signal is not emitted. Especially when button is pressed a bit longer. As I checked QpushButton::releaseEvent() is also not emmited.

    Any ideas?

    Best regards,
    Tomek

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

      Hi,

      What version of Qt ? On what OS ?

      Sounds like a "Click and hold" scenario, isn't it ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • K Offline
        K Offline
        Kaluss
        wrote on last edited by
        #3

        "Click and hold" scenerio? Could You be more specific?

        Windows 10 Qt 5.5.0

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Sorry, I meant Tap and Hold. Meaning a long tap gesture i.e. you keep your finger on the screen longer.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • K Offline
            K Offline
            Kaluss
            wrote on last edited by
            #5

            For the most part you're right (if I hold long those event never occures), but it also happens when I just click(sometimes).

            1 Reply Last reply
            0
            • K Offline
              K Offline
              Kaluss
              wrote on last edited by Kaluss
              #6

              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.

              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