You can use a 0 millisecond single shot timer started from the constructor of the dialog to call the function (as a slot) after the program returns to the event loop.
Qt Code:
MyDialog() { ... } /* public or private slot */ void doLongRunningThings() { }To copy to clipboard, switch view to plain text mode
Bookmarks