5 |
5 |
6 """ |
6 """ |
7 Module implementing the UI Previewer main window. |
7 Module implementing the UI Previewer main window. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt4.QtCore import * |
10 from PyQt4.QtCore import QDir, QFileInfo, QEvent, QSize, Qt |
11 from PyQt4.QtGui import * |
11 from PyQt4.QtGui import QSizePolicy, QSpacerItem, QWidget, QHBoxLayout, QCursor, \ |
|
12 QPrinter, QKeySequence, QPrintDialog, QWhatsThis, QPixmap, QImageWriter, QPainter, \ |
|
13 QDialog, QScrollArea, qApp, QApplication, QStyleFactory, QFrame, QMainWindow, \ |
|
14 QComboBox, QVBoxLayout, QAction, QLabel |
12 from PyQt4 import uic |
15 from PyQt4 import uic |
13 |
16 |
14 from E5Gui import E5MessageBox, E5FileDialog |
17 from E5Gui import E5MessageBox, E5FileDialog |
15 |
18 |
16 import Preferences |
19 import Preferences |