Hi,
You can try integrating Symbian and Qt code,
Try these links
http://www.developer.nokia.com/Community/Wiki/How_to_create_access_points...
Type: Posts; User: kalyani2u; Keyword(s):
Hi,
You can try integrating Symbian and Qt code,
Try these links
http://www.developer.nokia.com/Community/Wiki/How_to_create_access_points...
Hi,
Please check this
http://www.developer.nokia.com/Community/Wiki/Get_MCC_MNC_using_CTelephony
Hope this helps you
Hi
T class need not have a delete because they are mostly allocated on stack.
Destructors should not be defined for T classes or structs because they can not own heap based objects.
Hi,
Have you handled the DialogDismissedL() callback in your code which takes care of dismissing the dialog.
Hope this helps you.
Hi,
You can try adding SetPictureOwnedExternally() after SetPictureL() and then call DrawNow() after setting up the image.
Hi,
Try adding the following header in your application cpp/.h file and the following libs in your pro file and check it out
#include <apgcli.h>
apgrfx.lib apparc.lib
Hi,
You can check this
http://www.developer.nokia.com/Community/Wiki/Finding_audio_and_video_formats_supported_by_the_Symbian_device
Hi,
You can check this,not sure if this can help you
http://www.developer.nokia.com/Community/Wiki/Changing_profile_programmatically_in_Qt
Hi,
You can check this
http://www.developer.nokia.com/Community/Wiki/Handle_change_in_screen_orientation_in_Qt
Hi,
There is an internal Sensor API that does Autorotate display setting .So u can try out out paid technical support for assistance.
Hi,
You can check this
http://www.qtcentre.org/threads/26923-Daemonizing-a-Qt-application
Hi,
Usually the verification mail is sent immediately after u create an account and at a max it takes 1 day.
So as already specified u can check ur spam mails, and even if there is any problem in...
Hi,
You can just email the team and ask them for the apps or the alternate link in new site.
Hi,
You can check RWsSession which has Get/SetKeyboardRepeatRate and then handle the condition.
Hi,
There is an API called bearer management API which can be used to manage the access points.
Please check this for more help
http://doc.qt.nokia.com/qtmobility/bearer-management.html
Hi,
You can check this
http://qt-project.org/wiki/How_to_Add_Options_Menu_in_Symbian_Application...
Hi,
I dont see any in qt but u can use symbian api
CEnvironmentChangeNotifier or RChangeNotifier may be able to help you .
Hi,
You can try with HttpWebRequest /webclient api
Hi,
You can check this ,hope this helps u
http://kunalmaemo.blogspot.in/2010/10/detecting-swipe-gesture-in-qt.html...
Hi,
You can refer this for more information
http://www.developer.nokia.com/Community/Wiki/HTTP_on_Symbian_OS...