Where is QtInterfaceFramework and QIfPendingReply?
-
Hi everyeone,
I just found this Qt class from the QtInterfaceFramework:
https://doc.qt.io/QtInterfaceFramework/qifpendingreply.htmlAnd it sounds quite what I am looking for to finally have "Futures" from C++ to be usable in QML. Unfortunately, the QtInterfaceFramework seems to be missing even if I install all possible modules. And for some reason there is almost no information about this on the internet (or at least if I google for it).
There lots of documentation about this but it seems no where it tells you where to get this module from. It says its available in LGPL & Commercial version. I get the feeling this entire QtInterfaceFramework is only available for Embedded Systems maybe? Of course I tried to add "InterfaceFramework" to my cmake and also searched the entire Qt installation for this but no results.
Not sure but it would be nice if someone could tell me. (Maybe I am just blind).
-
Hi everyeone,
I just found this Qt class from the QtInterfaceFramework:
https://doc.qt.io/QtInterfaceFramework/qifpendingreply.htmlAnd it sounds quite what I am looking for to finally have "Futures" from C++ to be usable in QML. Unfortunately, the QtInterfaceFramework seems to be missing even if I install all possible modules. And for some reason there is almost no information about this on the internet (or at least if I google for it).
There lots of documentation about this but it seems no where it tells you where to get this module from. It says its available in LGPL & Commercial version. I get the feeling this entire QtInterfaceFramework is only available for Embedded Systems maybe? Of course I tried to add "InterfaceFramework" to my cmake and also searched the entire Qt installation for this but no results.
Not sure but it would be nice if someone could tell me. (Maybe I am just blind).