Hi,
Can you please explain your use case in more details?
Type: Posts; User: sapur; Keyword(s):
Hi,
Can you please explain your use case in more details?
Hi,
Please let us know the Qt SDK version which you are using.
And in your SDK search for the class “XQCamera” this is the main class for camera API,as per the link:...
I think icon will be visible if Nokia PC suit is installed in your system, please check it.
i hope this may solve your problem.:)
One more suggestion , use correct certificate to sign your app. because this also may be the reason.
And also check whether your certificate have required capabilities or not.:)
Hi,
As per the bug report, mentioned in #9 : “Nokia Qt SDK not backwards compatible with S60 3rd edition FP1 and FP2 (integer division)”
So I suggest you to use separate Qt 4.6.3 version with S60...
Can you please paste the content of .pkg file of your application?
Are you using nokia Qt SDK? If yes then please see this link:...
Have you installed dependencies (Qt and QtMobility versions) on the device?
Hi,
If you want to build for QT 4.6.3 then i think you can build with Nokia QT SDK 1.0.
You can download it from link:...
The application requires capability: ReadUserData ReadDeviceData Location
Refer the link:
http://www.developer.nokia.com/Community/Wiki/Cell_ID_with_CTelephony
For 3rd Edition Devices...
Hi,
Try this for remote url:
QUrl url("http://www.example.com/List of holidays.xml");
// url.toEncoded() == "http://www.example.com/List%20of%20holidays.xml"To construct a URL from an...
Hi,
To add the PJSIP with QT you need to use the LIBS and INCLUDEPATH variables in your qmake project to point qmake to appropriate files from pjsip. If you look here:...
Hi,
Here is the sample example using signal slots concept for invoking the QML functions. Hope this meets your requirement.
...
Hi
Here is a sample example. Nokia SMS API enables sending and receiving of GSM short messages from and to J2ME MIDP applications. Hope this helps to solve your requirement.
...
Hi,
Here is a sample code snippet which can provide the running processes list in symbian.
--------------------------------------------------------------------
void...
Hi,
Please try this options for your qlistwidgetitem and let us know if this satisfies your requirement.
http://developer.qt.nokia.com/doc/qt-4.8/qlistwidgetitem.html#setText
void...
Thishttp://wiki.forum.nokia.com/index.php/%E4%BD%BF%E7%94%A8AIW_Dial_Data_Consumer_API%E6%8B%A8%E6%89%93%E7%94%B5%E8%AF%9D may help !