Inherits PyQt4::QtDesigner::QPyDesignerCustomWidgetPlugin.
Public Member Functions | |
| def | __init__ |
| Constructor of HotFuzzRadioButtonPlugin. | |
| def | initialize |
| Allows plugin to set up any required resources. | |
| def | isInitialized |
| Returns whether is plugin ready to set up any required resources. | |
| def | createWidget |
| Creates widget. | |
| def | name |
| Returns widget name. | |
| def | group |
| Returns widget group. | |
| def | icon |
| Returns widget icon. | |
| def | toolTip |
| Returns widget toolTip. | |
| def | whatsThis |
| Returns widgets whatsThis data. | |
| def | isContainer |
| Returns whether widget is a container. | |
| def | domXml |
| Returns widgets ui XML representation. | |
| def | includeFile |
| Returns module containing widget class. | |
Public Attributes | |
| initialized | |
| Indicates whether is plugin ready to set up any required resources. | |
| factory | |
| Widget Factory. | |
Provides a python plugin for Qt Designer.
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::__init__ | ( | self, | ||
parent = None | ||||
| ) |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::createWidget | ( | self, | ||
| parent | ||||
| ) |
Creates widget.
| self | The object pointer. | |
| parent | Parent widget. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::domXml | ( | self | ) |
Returns widgets ui XML representation.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::group | ( | self | ) |
Returns widget group.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::icon | ( | self | ) |
Returns widget icon.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::includeFile | ( | self | ) |
Returns module containing widget class.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::initialize | ( | self, | ||
| formEditor | ||||
| ) |
Allows plugin to set up any required resources.
| self | The object pointer. | |
| formEditor | Form editor. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::isContainer | ( | self | ) |
Returns whether widget is a container.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::isInitialized | ( | self | ) |
Returns whether is plugin ready to set up any required resources.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::name | ( | self | ) |
Returns widget name.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::toolTip | ( | self | ) |
Returns widget toolTip.
| self | The object pointer. |
| def hotfuzzplugin::HotFuzzRadioButtonPlugin::whatsThis | ( | self | ) |
Returns widgets whatsThis data.
| self | The object pointer. |
Widget Factory.
Indicates whether is plugin ready to set up any required resources.
1.5.8