mainwindow: code style (part 1), no functional change

Wrap long lines, whitespace fixes
This commit is contained in:
Marek Marczykowski-Górecki 2015-05-03 17:11:23 +02:00
parent 7395797182
commit a4a022e2c0
2 changed files with 563 additions and 356 deletions

View File

@ -243,7 +243,8 @@ class NewVmDlg (QDialog, Ui_NewVMDlg):
progress.hide() progress.hide()
if thread_monitor.success: if thread_monitor.success:
self.trayIcon.showMessage ("VM '{0}' has been created.".format(vmname), msecs=3000) self.trayIcon.showMessage(
"VM '{0}' has been created.".format(vmname), msecs=3000)
else: else:
QMessageBox.warning (None, "Error creating AppVM!", "ERROR: {0}".format(thread_monitor.error_msg)) QMessageBox.warning (None, "Error creating AppVM!", "ERROR: {0}".format(thread_monitor.error_msg))

File diff suppressed because it is too large Load Diff