Qt widgets do not update on touch screen in full screen mode
-
If main window size is changed to whatever value, all widgets on the main window update properly. However, in full screen mode some of them do not update properly. I even added timer to repaint them. No help. This happens only on touch screen. No issue on normal screen. This is on Ubuntu 18.04.3 LTS with Qt 5.9.5.
-
If main window size is changed to whatever value, all widgets on the main window update properly. However, in full screen mode some of them do not update properly. I even added timer to repaint them. No help. This happens only on touch screen. No issue on normal screen. This is on Ubuntu 18.04.3 LTS with Qt 5.9.5.
-
Hi, have you tried this with the newest 5.9 LTS version? which is 5.9.8 IIRC
Also this can be a driver issue, have you tried a different touch display (vendor)
-
Hi, have you tried this with the newest 5.9 LTS version? which is 5.9.8 IIRC
Also this can be a driver issue, have you tried a different touch display (vendor)
@J-Hilk said in Qt widgets do not update on touch screen in full screen mode:
5.9.8 IIRC
Thank you for your reply. No, I have not tried 5.9.8 IIRC. I will check it out. Unluckily, I have only two types of touch screens(small and big ones). On the small one, everything is fine. The driver for the big one is the latest which has been reinstalled.