UiLoader Class Reference
from PyKDE4.plasma import *
Inherits: QObject
Namespace: Plasma
Detailed Description
UiLoader plasma/uiloader.h <Plasma/UiLoader>
Dynamically create plasma Widgets and Layouts.
Methods | |
__init__ (self, QObject parent=0) | |
QStringList | availableLayouts (self) |
QStringList | availableWidgets (self) |
QGraphicsLayout | createLayout (self, QString className, QGraphicsLayoutItem parent) |
QGraphicsWidget | createWidget (self, QString className, QGraphicsWidget parent=0) |
Method Documentation
__init__ | ( | self, | ||
QObject | parent=0 | |||
) |
QStringList availableLayouts | ( | self ) |
QStringList availableWidgets | ( | self ) |
QGraphicsLayout createLayout | ( | self, | ||
QString | className, | |||
QGraphicsLayoutItem | parent | |||
) |
QGraphicsWidget createWidget | ( | self, | ||
QString | className, | |||
QGraphicsWidget | parent=0 | |||
) |