cut
1.2.1-pre1
|
QeRaDec Plugin for Qt Designer. More...
#include <QeRaDecPlugin.hpp>
Public Member Functions | |
QeRaDecPlugin (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) |
QeRaDec 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 QeRaDec widget, and obtain information to present the widget, in the WYSIWYG view of the form, its toolbar, and properties view.
QeRaDecPlugin::QeRaDecPlugin | ( | QObject * | parent = 0 | ) |
QWidget * QeRaDecPlugin::createWidget | ( | QWidget * | parent | ) |
QString QeRaDecPlugin::domXml | ( | ) | const |
QString QeRaDecPlugin::group | ( | ) | const |
QIcon QeRaDecPlugin::icon | ( | ) | const |
QString QeRaDecPlugin::includeFile | ( | ) | const |
void QeRaDecPlugin::initialize | ( | QDesignerFormEditorInterface * | core | ) |
bool QeRaDecPlugin::isContainer | ( | ) | const |
bool QeRaDecPlugin::isInitialized | ( | ) | const |
QString QeRaDecPlugin::name | ( | ) | const |
QString QeRaDecPlugin::toolTip | ( | ) | const |
QString QeRaDecPlugin::whatsThis | ( | ) | const |