pspinbox.h
37 PSpinBox(MultiProperty *property, int minValue, int maxValue, int step = 1, TQWidget *parent = 0, const char *name = 0);
An abstract base class of property viewer and editor vidget.
Definition: propertywidget.h:49
Contains PropertyLib::PropertyWidget class.
virtual void setValue(const TQVariant &value, bool emitChange=true)
Sets the value shown in the editor widget.
Definition: pspinbox.cpp:55
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49