diff options
author | Michele Calgaro <[email protected]> | 2024-09-09 14:57:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-12 18:58:18 +0900 |
commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/properties.html | |
parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
download | tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/properties.html')
-rw-r--r-- | doc/html/properties.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/properties.html b/doc/html/properties.html index cc8685f85..81e44a5a7 100644 --- a/doc/html/properties.html +++ b/doc/html/properties.html @@ -112,7 +112,7 @@ to return either the type itself, a pointer to it, or a reference to it. The optional write function must return void and must take exactly one argument, either the type itself, a pointer or a const reference to it. The meta object compiler enforces this. -<p> The type of a property can be any <a href="ntqvariant.html">TQVariant</a> supported type or an +<p> The type of a property can be any <a href="tqvariant.html">TQVariant</a> supported type or an enumeration type declared in the class itself. Since <tt>MyClass</tt> uses the enumeration type <tt>Priority</tt> for the property, this type must be registered with the property system as well. @@ -126,7 +126,7 @@ these cases the type must be specified as <a href="tqvaluelist.html">TQValueList </pre> In the case of <a href="tqvaluelist.html">TQValueList</a> and <a href="tqmap.html">TQMap</a> properties the value passes -is a <a href="ntqvariant.html">TQVariant</a> whose value is the entire list or map. +is a <a href="tqvariant.html">TQVariant</a> whose value is the entire list or map. <p> Enumeration types are registered with the <tt>TQ_ENUMS</tt> macro. Here's the final class declaration including the property related declarations: <p> <pre> |