Thanks a lot for the help and tips!!
Got it working now.
Removed exec(), accept(), reject() and done().

Now I can just
Qt Code:
  1. int r = myDialog->exec()
  2. if(r==1)
  3. QStringList settings = myDialog->readSettings()
  4. delete myDialog
To copy to clipboard, switch view to plain text mode 

Thanks again!!!