I’m developing a Qt based project for raspberry pi5 Bookworm using VisualGDB (VS Community 2022) running on a Win11 PC and deploying the executable on the Raspi5.
It all works perfect, however, I get different results when I remotely running the application as a debug session from VS and when I directly run the executable on the Raspi5.
I have identify that there is an issue with the moveEvent being emitted when dragging a QDilaog when the application runs from the VS debug
session, but generated only once when the Dialog is created and opened when running directly from the Raspi5 as an .exe.
Any idea what is the problem?
Thanks,
Nahum.
It all works perfect, however, I get different results when I remotely running the application as a debug session from VS and when I directly run the executable on the Raspi5.
I have identify that there is an issue with the moveEvent being emitted when dragging a QDilaog when the application runs from the VS debug
session, but generated only once when the Dialog is created and opened when running directly from the Raspi5 as an .exe.
Any idea what is the problem?
Thanks,
Nahum.
Statistics: Posted by nhumb — Tue Sep 24, 2024 8:19 pm — Replies 0 — Views 13