Guest User

Untitled

a guest
Dec 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. msgBox = QMessageBox()
  2. msgBox.setWindowTitle('Generating files')
  3. msgBox.setText('Work in progress, please wait...')
  4. msgBox.setStandardButtons(QMessageBox.NoButton)
  5. msgBox.open()
  6. longTask()
Add Comment
Please, Sign In to add comment