eric7.IconEditor.IconSizeDialog

Module implementing a dialog to enter the icon size.

Global Attributes

None

Classes

IconSizeDialog Class implementing a dialog to enter the icon size.

Functions

None


IconSizeDialog

Class implementing a dialog to enter the icon size.

Derived from

QDialog, Ui_IconSizeDialog

Class Attributes

None

Class Methods

None

Methods

IconSizeDialog Constructor
getData Public method to get the entered data.

Static Methods

None

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)
Up