Tools for debugging GUI applications
Solved
Qt Creator and other tools
-
wrote on 4 May 2017, 16:40 last edited by
When I did iOS programming, there was a tool called FLEX (https://github.com/Flipboard/FLEX) that allowed me to see widgets and view hierarchy while the application was running. Is there anything like this for QT? I'm using a visual studio compiler as well as GCC.
-
When I did iOS programming, there was a tool called FLEX (https://github.com/Flipboard/FLEX) that allowed me to see widgets and view hierarchy while the application was running. Is there anything like this for QT? I'm using a visual studio compiler as well as GCC.
@Andrew-McCormick Sounds like you need https://www.kdab.com/development-resources/qt-tools/gammaray/
-
wrote on 15 May 2017, 17:04 last edited by
Your information helped me solve a bug that has existed for years in the system! Thank you so much!