7779:757334671130 | 7780:41420f82c0ac |
---|---|
4 # | 4 # |
5 | 5 |
6 """ | 6 """ |
7 Module implementing a specialized error message dialog. | 7 Module implementing a specialized error message dialog. |
8 """ | 8 """ |
9 | |
10 | 9 |
11 from PyQt5.QtCore import ( | 10 from PyQt5.QtCore import ( |
12 qInstallMessageHandler, QtDebugMsg, QtWarningMsg, QtCriticalMsg, | 11 qInstallMessageHandler, QtDebugMsg, QtWarningMsg, QtCriticalMsg, |
13 QtFatalMsg, QThread, QMetaObject, Qt, Q_ARG, QSettings | 12 QtFatalMsg, QThread, QMetaObject, Qt, Q_ARG, QSettings |
14 ) | 13 ) |