Tools/UIPreviewer.py

changeset 1112
8a7d1b9d18db
parent 945
8cd4d08fa9f6
child 1131
7781e396c903
equal deleted inserted replaced
1109:9552b5e16a07 1112:8a7d1b9d18db
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

eric ide

mercurial