150 return QMessageBox.StandardButton.NoButton |
150 return QMessageBox.StandardButton.NoButton |
151 else: |
151 else: |
152 return messageBox.standardButton(clickedButton) |
152 return messageBox.standardButton(clickedButton) |
153 |
153 |
154 |
154 |
155 # the about functions are here for consistancy |
155 # the about functions are here for consistency |
156 about = QMessageBox.about |
156 about = QMessageBox.about |
157 aboutQt = QMessageBox.aboutQt |
157 aboutQt = QMessageBox.aboutQt |
158 |
158 |
159 |
159 |
160 def critical( |
160 def critical( |