On 21/10/2024 16:49, Thiago Macieira wrote:
On Monday 21 October 2024 03:02:47 Pacific Daylight Time Phil Thompson
via
Development wrote:
In the QMetaProperty ctor it tries to resolve the QMetaEnum for the
property and uses the internal parse_scope() to extract the scope and
qualified key from
On Monday 21 October 2024 03:02:47 Pacific Daylight Time Phil Thompson via
Development wrote:
> In the QMetaProperty ctor it tries to resolve the QMetaEnum for the
> property and uses the internal parse_scope() to extract the scope and
> qualified key from the name. However it does not handle temp
Hi,
I've come across another issue when using QMetaObjectBuilder
specifically related to creating properties that have a flags type.
When Q_PROPERTY is used to define a property with type (for example)
Qt::Alignment the name of the type stored in the meta-object is
"Qt::Alignment".
When QM