-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
Symbian
-
b0fafd93a1a355c14c72fe2f4c5662ac0a6d1172 , aaf0da6bb1bcf37d2021534d5682345dca19fa36
There are some guidelines floating around the web that Symbian function CEikonEnv::Static()>AppUiFactory()>Cba() can be used to obtain a native pointer to CBA button group. However, this will only work when CBA is defined via resources, so it doesn't work in Qt starting from 4.7.2. An alternative way of using CEikButtonGroupContainer::Current() still works, so that should be used, if a native pointer is needed.
The need for this documentation was indicated by task QTBUG-15915.