From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/properties.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/properties.html') diff --git a/doc/html/properties.html b/doc/html/properties.html index cc8685f8..81e44a5a 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. -

The type of a property can be any TQVariant supported type or an +

The type of a property can be any TQVariant supported type or an enumeration type declared in the class itself. Since MyClass uses the enumeration type Priority 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 TQValueList In the case of TQValueList and TQMap properties the value passes -is a TQVariant whose value is the entire list or map. +is a TQVariant whose value is the entire list or map.

Enumeration types are registered with the TQ_ENUMS macro. Here's the final class declaration including the property related declarations:

-- 
cgit v1.2.1