pstringlistedit.h
48 virtual void drawViewer(TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value);
virtual TQVariant value() const
Definition: pstringlistedit.cpp:55
virtual void drawViewer(TQPainter *p, const TQColorGroup &cg, const TQRect &r, const TQVariant &value)
Function to draw a property viewer when the editor isn't shown.
Definition: pstringlistedit.cpp:109
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: pstringlistedit.cpp:60
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
Property editor with string list editor.
Definition: pstringlistedit.h:35