#include <qfontpropertywidgetitem.h>
Public Slots | |
virtual void | setEditValue (const QVariant &value) |
void | fontChanged (const QFont &value) |
Public Member Functions | |
QFontPropertyWidgetItem (QWidget *parent=0, Qt::WindowFlags f=0) | |
~QFontPropertyWidgetItem () | |
virtual GluonCreator::PropertyWidgetItem * | instantiate () |
virtual QStringList | supportedDataTypes () const |
Definition at line 29 of file qfontpropertywidgetitem.h.
QFontPropertyWidgetItem::QFontPropertyWidgetItem | ( | QWidget * | parent = 0 , |
|
Qt::WindowFlags | f = 0 | |||
) | [explicit] |
Definition at line 30 of file qfontpropertywidgetitem.cpp.
QFontPropertyWidgetItem::~QFontPropertyWidgetItem | ( | ) |
Definition at line 38 of file qfontpropertywidgetitem.cpp.
void QFontPropertyWidgetItem::fontChanged | ( | const QFont & | value | ) | [slot] |
Definition at line 63 of file qfontpropertywidgetitem.cpp.
GluonCreator::PropertyWidgetItem * QFontPropertyWidgetItem::instantiate | ( | ) | [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 51 of file qfontpropertywidgetitem.cpp.
void QFontPropertyWidgetItem::setEditValue | ( | const QVariant & | value | ) | [virtual, slot] |
Reimplemented from GluonCreator::PropertyWidgetItem.
Definition at line 57 of file qfontpropertywidgetitem.cpp.
QStringList QFontPropertyWidgetItem::supportedDataTypes | ( | ) | const [virtual] |
Implements GluonCreator::PropertyWidgetItem.
Definition at line 43 of file qfontpropertywidgetitem.cpp.