193 should not be executed (boolean) |
193 should not be executed (boolean) |
194 @param restartArguments list of command line parameters to be used for a |
194 @param restartArguments list of command line parameters to be used for a |
195 restart (list of strings) |
195 restart (list of strings) |
196 """ |
196 """ |
197 QMainWindow.__init__(self) |
197 QMainWindow.__init__(self) |
|
198 self.setAttribute(Qt.WA_DeleteOnClose) |
198 |
199 |
199 self.__restartArgs = restartArguments[:] |
200 self.__restartArgs = restartArguments[:] |
200 |
201 |
201 self.defaultStyleName = QApplication.style().objectName() |
202 self.defaultStyleName = QApplication.style().objectName() |
202 self.__setStyle() |
203 self.__setStyle() |