Re: Catching Qt/C++ signal from QML custom Item/code - howto
Originally Posted by anda_skoa
Why would you want to catch the signal?
The connection status is a property on one of the exported objects, you can simply bind to its value.
Cheers,
_
I would like to change database connection in QML StatusBar from one representing connection error to one representing connection OK if connection gets screwed and so I can reconnect inside connection dropped slot.
Bookmarks