Monthly Archives: August 2013

Remote Debugging: Unable to find dynamic linker breakpoint function

Situation: Using QT Creater, trying to debug a program on remote device.  I set the breakpoints on the IDE but the breakpoints are not active and program does not stop. Action: The “Unable to find dynamic linker breakpoint” seemed pretty … Continue reading

Posted in troubleshooting | Tagged , , , | 3 Comments

QT: Hide widget

Has to be done programmatically, in constructor would work : ui->Widget->hide(); Reference: http://www.qtcentre.org/threads/22640-Can-i-set-a-widget-(like-a-button-for-example)-hidden-in-Qt-Designer

Posted in Coding, Qt | Tagged , , | Leave a comment