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