eric7.IconEditor.IconSizeDialog
Module implementing a dialog to enter the icon size.
Global Attributes
Classes
Functions
IconSizeDialog
Class implementing a dialog to enter the icon size.
Derived from
QDialog, Ui_IconSizeDialog
Class Attributes
Class Methods
Methods
Static Methods
IconSizeDialog (Constructor)
IconSizeDialog(width, height, parent=None)
Constructor
- width (int)
-
width to be set
- height (int)
-
height to be set
- parent (QWidget)
-
reference to the parent widget
IconSizeDialog.getData
getData()
Public method to get the entered data.
- Return:
-
tuple with width and height
- Return Type:
-
tuple of (int, int)