//! Sets the widget for this property. If there is already an old one, it will be deleted.
voidsetWidget(QWidget*widget);
//! Returns a string containing the type of the property
virtualQStringtype()const;
//! Clones this property
//! \param include_children Indicates whether to also clone the children
//! \param container If a property is being passed here, no new VProperty is being created but instead it is tried to fill all the data into container. This can also be used when subclassing this function.
//! \return Returns the newly created property (or container, if it was not NULL)