Sometimes you need to use old stuff from symbian c++ when developing for symbian with qt. For example hiding status pane. Before I could use:
But that doesn't work with the NokiaQtSDK and Qt Creator as I cannot include c++ stuff. (aknappui.h). So how can I hide the statuspane now?Code://Hide statuspane CEikStatusPane* statusPane = STATIC_CAST( CAknAppUi*, CEikonEnv::Static()->EikAppUi())->StatusPane(); statusPane->SwitchLayoutL(R_AVKON_STATUS_PANE_LAYOUT_EMPTY);



