cut
1.2.2-pre1
|
QeLedP Plugin for Qt Designer. More...
#include <QeLedPlugin.hpp>
Public Member Functions | |
QeLedPlugin (QObject *parent=0) | |
bool | isContainer () const |
bool | isInitialized () const |
QIcon | icon () const |
QString | domXml () const |
QString | group () const |
QString | includeFile () const |
QString | name () const |
QString | toolTip () const |
QString | whatsThis () const |
QWidget * | createWidget (QWidget *parent) |
void | initialize (QDesignerFormEditorInterface *core) |
QeLedP Plugin for Qt Designer.
Enables WYSIWYG design while using Qt Designer.
This class implements the QDesignerCustomWidgetInterface that enables Qt Designer to create new instances of the QeLedP widget, and obtain information to present the widget, in the WYSIWYG view of the form, its toolbar, and properties view.
QeLedPlugin::QeLedPlugin | ( | QObject * | parent = 0 | ) |
QWidget * QeLedPlugin::createWidget | ( | QWidget * | parent | ) |
QString QeLedPlugin::domXml | ( | ) | const |
QString QeLedPlugin::group | ( | ) | const |
QIcon QeLedPlugin::icon | ( | ) | const |
QString QeLedPlugin::includeFile | ( | ) | const |
void QeLedPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
bool QeLedPlugin::isContainer | ( | ) | const |
bool QeLedPlugin::isInitialized | ( | ) | const |
QString QeLedPlugin::name | ( | ) | const |
QString QeLedPlugin::toolTip | ( | ) | const |
QString QeLedPlugin::whatsThis | ( | ) | const |