Thank you for the reply....can u please provide with an example code..
I didn't get ur point..
Thanks in advance..
Thank you for the reply....can u please provide with an example code..
I didn't get ur point..
Thanks in advance..
Method display should be defined as slot and looks like :Qt Code:
void MainWindow::display() { label->setVisible(!label->isVisible());// Set the status of the opposite }To copy to clipboard, switch view to plain text mode
Run your program in your debugger. When it crashes look at where it crashed in the back trace you will likely be given.
Bookmarks