View Single Post
Posts: 22 | Thanked: 9 times | Joined on Jun 2012
#5
The only purpose of combining C++ and QML is to load my custom UI when a feeditem is clicked. But the problem now is that quitting the UI quits my application. My requirement is that closing the UI should not quit my application. Is there a way to fix it?