I know I thougt it sholdn't, I have no other threads.
But if do like this using the code above.
printout is:Qt Code:
int r = esw->exec(); qDebug() << r; qDebug() << esw->getSettings();To copy to clipboard, switch view to plain text mode
1
()
Accept.
I have only impelemented two buttons and connected them to accept and reject slots. Is that enough?
But....Ah...hmmm..."show() returns control to the caller immediately". Maybe I shouldn't use show() but how do I tell it to be visible?
Bookmarks