If I do this:
Then what happens to this?Qt Code:
QApp *app = qobject_cast<QApp>(qApp); app->mouseCoords(...); // what is this exactly? Am I not supposed to use connect()?To copy to clipboard, switch view to plain text mode
Thanks for the help.
If I do this:
Then what happens to this?Qt Code:
QApp *app = qobject_cast<QApp>(qApp); app->mouseCoords(...); // what is this exactly? Am I not supposed to use connect()?To copy to clipboard, switch view to plain text mode
Thanks for the help.
Bookmarks