Why is that a problem? Can't you convert the type in getter and setter methods? A simple string[0] would do...
Why is that a problem? Can't you convert the type in getter and setter methods? A simple string[0] would do...
juannm (25th August 2008)
well thats what I have done, everything in the QPROPERTY is a QString, except for the return type of the getter method, which is a QChar (that's because the rest of the code expects a QChar from the getter).
Thanks anyway, I just wanted to know if there was another way of doing this thing.
Bookmarks