diff options
Diffstat (limited to 'doc/api/PropEditor.dox')
-rw-r--r-- | doc/api/PropEditor.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/PropEditor.dox b/doc/api/PropEditor.dox index b4f4eccc..676e634c 100644 --- a/doc/api/PropEditor.dox +++ b/doc/api/PropEditor.dox @@ -20,7 +20,7 @@ with the goal to be more generic and extensible. Library provides a @ref PropertyLib::Property class which stores property name, value and some more important information like description or the list of possible values. -Using @ref PropertyLib::Property class adds more overhead over Q_PROPERTY but provides more +Using @ref PropertyLib::Property class adds more overhead over TQ_PROPERTY but provides more flexibility. You can subclass @ref PropertyLib::Property and create your custom properties. Custom properties can have either predefined type (see @ref PropertyLib::PropertyType) or custom type. Custom type should be used if a custom property editor widget is |