ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #04546
C++ extension freezing my UI
Hi,
I was playing with building a C++ component that have a slot. Have a UI in
QML that has a button. The button I have connected the button onclicked
signal with the C++ component slot, so when I clicked the button, the C++
object does its magic. This all works, but the UI freezes as soon as I do
this.
I thought that signals and slots were async so that shouldnt happen. Any
thoughts?
Thanks,
Victor
bazaar.launchpad.net/~vtuson/+junk/contactsimporter
Follow ups