Den 19-06-2012 08:43, Thomas Sondergaard skrev: > Is it possible to use QtCore and QtNetwork in an iphone application with > a standard UIKit GUI? I'm thinking particularly about the eventloop and > events and async I/O with QNetworkAccessManager. How can I integrate the > Qt and UIKit eventloops?
You should be able to do this by making a separate thread with the Qt code in it. Integrating between them has to be done by standard IOS thread communication to a single Qt thread and this can post events to the Qt area. Bo Thorsen, Fionia Software. -- Expert Qt and C++ developer for hire Contact me if you need expert Qt help http://www.fioniasoftware.dk _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest