pcombobox.h
41 PComboBox(MultiProperty *property, const TQMap<TQString, TQVariant> &list, TQWidget *parent = 0, const char *name = 0);
43 PComboBox(MultiProperty *property, const TQMap<TQString, TQVariant> &list, bool rw, TQWidget *parent = 0, const char *name = 0);
An abstract base class of property viewer and editor vidget.
Definition: propertywidget.h:49
PComboBox(MultiProperty *property, const TQMap< TQString, TQVariant > &list, TQWidget *parent=0, const char *name=0)
This constructor is used for read-only selection combo.
Definition: pcombobox.cpp:27
virtual void setValue(const TQVariant &value, bool emitChange=true)
Sets the value shown in the editor widget.
Definition: pcombobox.cpp:67
Contains PropertyLib::PropertyWidget class.
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
virtual void setValueList(const TQMap< TQString, TQVariant > &valueList)
Sets the list of possible values shown in the editor widget.
Definition: pcombobox.cpp:94