class KIconButton |
|
|
Constructs a KIconButton using the global iconloader.
parent - The parent widget. |
|
Constructs a KIconButton using a specific KIconLoader.
loader - The icon loader to use. parent - The parent widget. |
|
|
|
Returns the Button's Icon-Size @since 4.1 |
|
Returns the name of the selected icon. |
|
Emitted when the icon has changed. |
|
Returns the iconsize set via setIconSize() or 0, if the default iconsize will be used. |
|
Resets the icon (reverts to an empty button). |
|
Sets the size of the icon to be shown on the button
See also KIconLoader.StdSizes See also buttonIconSize @since 4.1 |
|
Sets the button's initial icon. |
|
|
Sets the size of the icon to be shown / selected.
See also KIconLoader.StdSizes See also iconSize |
|
Sets the icon group and context. Use KIconLoader.NoGroup if you want to allow icons for any group in the given context. |
|
Sets a strict icon size policy for allowed icons. When true, only icons of the specified group's size in setIconType are allowed, and only icons of that size will be shown in the icon dialog. |
|
Returns true if a strict icon size policy is set. |