accessing QIOSViewController
Solved
Mobile and Embedded
-
I want to add a key command to the QIOSViewController, but function that responds to key command has to be inside this class. Is there a way to access qiosviewcontroller.mm to add some functions? I am developing app on IPad and QT seems to not detect keyboard input on IOS from QT level, so i have to add it in the objective-c.
-