KIcon Class Reference
from PyKDE4.kdeui import *
Inherits: QIcon
Detailed Description
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.
\sa KIconEngine, KIconLoader, KIconTheme
Methods | |
| __init__ (self, QString iconName, KIconLoader iconLoader, QStringList overlays) | |
| __init__ (self, QString iconName, KIconLoader iconLoader) | |
| __init__ (self, QString iconName) | |
| __init__ (self, QIcon copy) | |
| __init__ (self) | |
Method Documentation
| __init__ | ( | self, | ||
| QString | iconName, | |||
| KIconLoader | iconLoader, | |||
| QStringList | overlays | |||
| ) |
| __init__ | ( | self, | ||
| QString | iconName, | |||
| KIconLoader | iconLoader | |||
| ) |
| __init__ | ( | self, | ||
| QString | iconName | |||
| ) |
| __init__ | ( | self, | ||
| QIcon | copy | |||
| ) |
| __init__ | ( | self ) |
KDE 4.4 PyKDE API Reference