Such operation should be possible, yet it fails cause setProperty calls:

QDynamicPropertyChangeEvent ev(name);
QCoreApplication::sendEvent(this, &ev);

sendEvent cannot be called from another thread the object does not belong
to. Is this a bug? Shouldn't that be postEvent instead?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to