IconEditor/IconSizeDialog.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 2525
8b507a9a2d40
child 3484
645c12de6b0c
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
2 2
3 """ 3 """
4 Module implementing a dialog to enter the icon size. 4 Module implementing a dialog to enter the icon size.
5 """ 5 """
6 6
7 from __future__ import unicode_literals # __IGNORE_WARNING__ 7 from __future__ import unicode_literals
8 8
9 from PyQt4.QtGui import QDialog 9 from PyQt4.QtGui import QDialog
10 10
11 from .Ui_IconSizeDialog import Ui_IconSizeDialog 11 from .Ui_IconSizeDialog import Ui_IconSizeDialog
12 12

eric ide

mercurial