Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Buttons do not react anymore on touch screen after qt upgrade

    General and Desktop
    4
    7
    241
    Loading More Posts
    • 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.
    • JoeCFD
      JoeCFD last edited by JoeCFD

      I have a few buttons on a tab widget and they worked fine when they were pressed by touch or mouse clicks. After a Qt upgrade to 5.9 from 5.5, non of them reacts anymore when pressed by touch and mouse click. Nothing is changed in the code. What is wrong?

      J.Hilk 1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        Can you share some code? Which operating system this happens on? Have you tried with newer Qt version? Is this some kind of embedded device / mobile? QtQuick or QtWidgets?

        (Z(:^

        JoeCFD 1 Reply Last reply Reply Quote 2
        • J.Hilk
          J.Hilk Moderators @JoeCFD last edited by

          @joecfd to add to @sierdzio , can you reproduce this on a minimal ui example or is it with your project only?

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

          Qt Needs YOUR vote: https://bugreports.qt.io/browse/QTQAINFRA-4121


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

          1 Reply Last reply Reply Quote 1
          • JoeCFD
            JoeCFD @sierdzio last edited by JoeCFD

            @sierdzio It is Ubuntu 18.04.3 LTS. The code is too big for share, sorry. Qt upgrade was made automatically by upgrade of Ubuntu to 18 from 16. Some kind of embedded device. QtWidgets are used. It is hard to debug this problem. Any help will be appreciated.

            Pablo J. Rogina 1 Reply Last reply Reply Quote 0
            • Pablo J. Rogina
              Pablo J. Rogina @JoeCFD last edited by Pablo J. Rogina

              @joecfd said in Buttons do not react anymore on touch screen after qt upgrade:

              Qt upgrade was made automatically by upgrade of Ubuntu to 18 from 16

              It looks like not only Qt was update, but the whole OS as well.

              1. Can you confirm?

              If so, it could be the chance you need to re-configure the touch display again (drivers, settings, etc.)

              1. Have you tested the touch screen with some other program/utility (not Qt-based) and confirm it's working fine after such OS update?

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              JoeCFD 1 Reply Last reply Reply Quote 0
              • JoeCFD
                JoeCFD @Pablo J. Rogina last edited by JoeCFD

                @pablo-j-rogina Very good point. True the whole OS is upgraded. I will check that out. Thanks a lot for your help.

                1 Reply Last reply Reply Quote 0
                • JoeCFD
                  JoeCFD last edited by JoeCFD

                  Added a new driver from the manufacturer. No help. It seems a focus issue again since some buttons work and most do not.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post