diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 21:39:08 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-20 21:39:08 -0500 |
commit | 4ee9bc52eb83d3dbe097893bf5df36dd26279280 (patch) | |
tree | 3eebbcd7afa309b92cf2c329d0dc5b4e7d3bb348 /lib/widgets/propeditor/Mainpage.dox | |
parent | 70a3c0d90bf27c502ec710042250d51e2eb8bd99 (diff) | |
download | tdevelop-4ee9bc52eb83d3dbe097893bf5df36dd26279280.tar.gz tdevelop-4ee9bc52eb83d3dbe097893bf5df36dd26279280.zip |
Update TQt3 property/enum macros
Diffstat (limited to 'lib/widgets/propeditor/Mainpage.dox')
-rw-r--r-- | lib/widgets/propeditor/Mainpage.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/Mainpage.dox b/lib/widgets/propeditor/Mainpage.dox index a46f0eb5..9a3a741a 100644 --- a/lib/widgets/propeditor/Mainpage.dox +++ b/lib/widgets/propeditor/Mainpage.dox @@ -22,7 +22,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::Property::PropertyType) or custom type. Custom type should be used if a custom property editor widget is |