114 else: |
114 else: |
115 with EricOverridenCursor(): |
115 with EricOverridenCursor(): |
116 EricMessageBox.critical( |
116 EricMessageBox.critical( |
117 None, |
117 None, |
118 self.tr("Migrations Summary"), |
118 self.tr("Migrations Summary"), |
119 self.tr( |
119 self.tr("""The Flask process could not be started."""), |
120 """The Flask process could not be""" """ started.""" |
|
121 ), |
|
122 ) |
120 ) |
123 for column in range(self.summaryWidget.columnCount()): |
121 for column in range(self.summaryWidget.columnCount()): |
124 self.summaryWidget.resizeColumnToContents(column) |
122 self.summaryWidget.resizeColumnToContents(column) |
125 |
123 |
126 self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setEnabled( |
124 self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel).setEnabled( |