How can display application when press on its icon like in mobile ?
-
Your English is hard to understand, so I might have got it wrong, but what do you mean by "run my text edit"? Do you mean that an event triggered in MouseArea causes the C++ function to display some text? If so, there is plenty on it in Qt docs, for example: "Embedding C++ Objects into QML Components.":https://qt-project.org/doc/qt-4.8/qtbinding.html#embedding-c-objects-into-qml-components
-
I will give the example in order to understand me in a mobile there are many icons and one of them called messaging when you click on it opens the window I can book my message and send it (this is i want to do)
now i worked program in order to send message using qt creator with c++ , and worked program to design mobile menu that contain icons using qt quick with java , i want to know how i link between the two programs so that when press messaging icon open message window.
-