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