Hi
You dont need to derive from CAknAppUi .
-halderp
Type: Posts; User: halderp; Keyword(s):
Hi
You dont need to derive from CAknAppUi .
-halderp
hi
This might be an already Qt Bug: https://bugreports.qt.nokia.com/browse/QTBUG-13688. Try the workarounds as suggested in the Bug Report .
-halderp
Hi
You can try QtMobility 1.2 Bluetooth API (although I have not tried them yet)
Link:http://doc.qt.nokia.com/qtmobility/connectivity-api.html
Some good examples are also available there.
...
you can also try changing the file attributes to read-only.
-halderp
Hello
Genearally this does not happen. Better to share your code snippet to see whats going wrong
-halderp
hi
Which folder you are writing the file to?
-halderp
Hi
There seems to be a problem with Symbian^3 that AT commands don't work properly.
-halderp
Hello
The easiest way to solve this issue is that you can have a Member variable in the same class which handles the "Clicked()" event of QPushButton.
Alternative way is to derive from...
Hello
This article should help you:http://www.developer.nokia.com/Community/Wiki/File_based_logging_in_Qt_for_debugging
You can redirect QDebug() messages to a text file.
-halderp
Hello
what is the signature of your Symbian API which you would need to call.
Basically you need to convert your QByteArray to Symbian Descriptor and then pass it while calling the symbian method...
Hello
You can try with Closing & Deleting the Media Object after each execution. Then problem will be solved.
- halderp
Also you can ask the paid Technical Support available in Developer Nokia to solve any specfic problems.
Hello
You can use Qt SDK and build your application using Symbian^1 project settings.
- halderp
Hi
You can try paid technical support to check for the availability of APIs
- halderp
Hello
In case there are any APIs to add Widget to Homescreen, you can possibly think of raising a paid technical support in Forum Nokia
- halderp
Hi
If the mode is not supported then possibly you cannot use it using Qt API. Perhaps some Native Symbian API can be used to achieve the same.
-halderp
Hello
To my understanding there are no Public API for doing the same. There may be some Private API but for that you may need to contact the Paid technical support of Forum Nokia
-halderp
Hello
First of all a good UI Design should be showing some progress bar until the data get fetched and ready to be displayed.
If you had already loaded your QML before you have your data, then...
Hi
Any workaround available for this issue.
-halderp
Hi
Small guess. Did you install the APS DLL (SIS Package)?
-halder
Hi
In case you cannot find any solution, you can check with Forum Nokia's Paid Technical Support Team.
-halderp
Hi Yoka
I tried your code for Qt Windows and It works like a charm.
I will try it on N8 device also
-halderp
Hi
To my knowledge there are no Qt APIs to achieve this. I wonder if the are Public Symbian API to achieve this also.
In case there are no public API , you may find those from paid technical...
Hello
You can use Qt 4.7.1 and Mobility 1.1.0 with QCamera to take pictures. I does work.
You can refer to this example :...
Hi
You can derive your class from QWidget and override the method "mousePressEvent". Then you can get the coordinates of the touched point and display them if you want.
This document may help...