466:e6a4bc9e1043 | 467:0911d8be9b07 |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the QFontDialog wizard plugin. | 7 Module implementing the QFontDialog wizard plugin. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt4.QtCore import QObject, SIGNAL | 10 from PyQt4.QtCore import QObject |
11 from PyQt4.QtGui import QDialog, QMessageBox | 11 from PyQt4.QtGui import QDialog, QMessageBox |
12 | 12 |
13 from E5Gui.E5Application import e5App | 13 from E5Gui.E5Application import e5App |
14 from E5Gui.E5Action import E5Action | 14 from E5Gui.E5Action import E5Action |
15 | 15 |