Hello, i created a QMessageBox in this way:
Qt Code:
  1. QMessageBox::about(this, "title" , "message");
To copy to clipboard, switch view to plain text mode 
can't i set a default size for height and weidth?
thx