Hey all, Not sure if this is right newsgroup, but here goes.
I wanted to make my app use the small status pane view in symbian, so basically used the following: #include <eikspane.h> #include <aknappui.h> #include <avkon.rsg> ... //Make the status pane small. CEikStatusPane* statusPane = STATIC_CAST( CAknAppUi*, CEikonEnv::Static()->EikAppUi())->StatusPane(); statusPane->SwitchLayoutL(R_AVKON_STATUS_PANE_LAYOUT_SMALL_WITH_SIGNAL_PANE); My prob is that it doesn't compile, gives an undefined reference, when trying to compile for symbian. I've read in a lot of places now that Qt Creator cannot use the native symbian c++ classes, is this really the case? And if so, is it planned for the future, or do I have to use carbide? :( ps, please excuse any novice oversights, I'm very new to qt and symbian. Cheers -Mike
_______________________________________________ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-creator