Hello everyone,
I just started to deal with Qt for iOS, so can some one help me with next question:
How can I detect User Interface Idiom? Should I use QScreen::availableSize() or there are more elegant solutions?
Some thing like in Objective-C:
[[UIDevice currentDevice] userInterfaceIdiom]
Thanks in advance
↧