class KIcon |
|
|
A wrapper around QIcon that provides KDE icon features KIcon is a convenience class for creating a QIcon with an appropriate KIconEngine to perform loading and rendering. KIcons thus adhere to KDE style and effect standards. See also KIconEngine, KIconLoader, KIconTheme
Author Hamish Rodda |
|
Constructor which takes a kde style icon name, and optionally a custom icon loader.
iconName - The name of the kde icon to load iconLoader - The icon loader to use in loading this icon, or null to use the default global icon loader. overlays - A list of overlays to apply to this icon. They are loaded from the emblems icons and up to four (one per corner) is currently supported |
|
Copy constructor which takes any QIcon.
copy - the icon to copy. This should have once been a KIcon, if you want to preserve KDE icon effects. |
|
Constructor for a null icon. |