[Solved] Qt on iOS
-
wrote on 20 Nov 2014, 07:10 last edited by
Just out of curiosity, i want to know if i write a simple Hello world program [Main Window which contains a label with text hello world without using QML and Qt Quick] Can i run this hello world gui application on iPad/iOS? Do i need to have developer license also from Apple to accomplish this task. Anything extra that i need to do?
Kindly provide me your views on this.
Thanks
-
wrote on 20 Nov 2014, 08:32 last edited by
Thanks Alok for sharing the information.
Can i use the normal QT c++ code to display the Widget and then a label over that which is having text "Hello World". Will it support this type of programming?
Or i need to go for QML / Qt Quick?
Thanks
Sid -
wrote on 20 Nov 2014, 09:07 last edited by
Yes..a normal c++ code in Qt for mac would be enough to display what you are looking for..
-
wrote on 12 Dec 2014, 05:50 last edited by
Thanks Alok :)