Closed vchekan closed 8 years ago
For some reasons it is only implemented for:
i32
, f32
, f64
, i32
, String
I have no idea why it is not implemented for:
i64
, bool
And I don't know jet enough about the inner workings of Qt to say anything about "generall" QVariant
, QObject
and Lists of above's type.
Yes, it should be also implement for other types as well. Sorry for this and the delay
@vchekan thanks for the issue, and sorry for quite the delay!
It is now possible to use arrays as QObject
properties, as you can see in this example.
More information is available in docs: QVariantList
, qvarlist!
(see qvarlists
example). If there is something left unclear, please ask!
Is it possible to have an array as parameter of a signal? I want to pass Vec but this declaration fails:
with error:
Which types can be signal parameters?