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