IconEditor/IconSizeDialog.py

changeset 945
8cd4d08fa9f6
parent 96
9624a110667d
child 1131
7781e396c903
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
6 6
7 from PyQt4.QtGui import QDialog 7 from PyQt4.QtGui import QDialog
8 8
9 from .Ui_IconSizeDialog import Ui_IconSizeDialog 9 from .Ui_IconSizeDialog import Ui_IconSizeDialog
10 10
11
11 class IconSizeDialog(QDialog, Ui_IconSizeDialog): 12 class IconSizeDialog(QDialog, Ui_IconSizeDialog):
12 """ 13 """
13 Class implementing a dialog to enter the icon size. 14 Class implementing a dialog to enter the icon size.
14 """ 15 """
15 def __init__(self, width, height, parent = None): 16 def __init__(self, width, height, parent=None):
16 """ 17 """
17 Constructor 18 Constructor
18 19
19 @param width width to be set (integer) 20 @param width width to be set (integer)
20 @param height height to be set (integer) 21 @param height height to be set (integer)

eric ide

mercurial