Hi guys I got a small problem. I trying to get width & height in px of active application area in the screen that is available for application. (Using example from here: http://wiki.forum.nokia.com/index.ph...Qt_for_Symbian) QDesktopWidget* desktopWidget = QApplication::desktop(); QRect clientRect = desktopWidget->availableGeometry(); It runs smoothly in emulator and gives me 360x487, but when I run it in my test phone n82 it gives me standard resolution of the screen - 240x320. Did I missed something before executing qt in code in mobile phone? Thanks
Forum Rules