propertywidgetproxy.h
47 TQ_PROPERTY( PropertyType propertyType2 READ propertyType2 WRITE setPropertyType2 DESIGNABLE false )
Contains PropertyLib::MultiProperty class.
void setPropertyType2(PropertyType propertyType)
Sets the type of a property editor to appear.
Definition: propertywidgetproxy.cpp:48
An abstract base class of property viewer and editor vidget.
Definition: propertywidget.h:49
void setPropertyType(int propertyType)
Sets the type of a property editor to appear.
Definition: propertywidgetproxy.cpp:42
Holds a list of properties with the same name and type.
Definition: multiproperty.h:49
bool setProperty(const char *name, const TQVariant &value)
Sets the type of an editor basing on the value if the name is "value".
Definition: propertywidgetproxy.cpp:82