Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. savePushButton = mainWindow->findChild<QPushButton *>("savePushButton");
  2.  
  3. if( something_wrong )
  4. {
  5. QMessageBox::warning(new Widget(), "Title", "Something wrong!");
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement