Hello,
Please go through the following discussion and check if it resolves your requirement.
"http://qt-project.org/forums/viewthread/3030"
Type: Posts; User: chandpal; Keyword(s):
Hello,
Please go through the following discussion and check if it resolves your requirement.
"http://qt-project.org/forums/viewthread/3030"
Hello,
Please check the following link and verify if it resolves your requirement:
"http://qt-project.org/faq/answer/how_can_i_draw_vertical_text"
Hello,
I guess you are using Audio Proxy Server API v2.43 and forgot to install "AudioProxyServer sisx" which needs to be pre-installed in the device for voip app to work.The AudioProxyServer sisx...
Hi,
Have you done the following:
outputRanges : const QtMobility::qoutputrangelist
This property holds a list of output ranges the sensor supports.use this and retrive the list of supported...
Hello,
Can you tell me the error code that you get when the application tries to communicates using webservices?
Hi,
Can you go through the topic "Remove extra qualifiers from the SDK's header files" in the following link and see if it resolves your issue?
...
Hello,
Please check and ensure that you do not have similar warnings:
:-1: warning: The Symbian tool chain does not handle spaces in the project path
:-1: warning: The Symbian tool chain does...
Hello,
In your Qt creator, goto:
Tools->options->Qt4
There will be a list of Auto-detected Qt versions.Please check if there is a path among those related to symbian.
...
Hello,
Search for you headers in epoc first and include all the paths that you find them in.For example, you may find some in epoc32\include\platform.So that pshould also be included
Hello,
You can also keep the file at same location and ask the user to restart the phone before uninstalling.This would avoid the file from remaining in the phone.
The suggested approches may...
Then you could try using phonon API.I do not have Symbian^3 PR1.2 but you could test with the following code:
mPlayer = new Phonon::VideoPlayer(Phonon::VideoCategory);...
Hi,
I tested a sample application and it worked fine on QT 4.7.2.Hence it should not be a problem.
But the extension at the end of url should be known.eg:.3gp or .rm etc.Else there is a known...
Hello,
You could use QMediaPlayer API to achieve the same.Check the below code and see if you can use it:
player = new QMediaPlayer;
videoWidget = new QVideoWidget;...
Hello,
Have you tried using the example of Audiooutput provided in qtsdk?or have used qaudiooutout api?
you can try the following code if you are aiming to print all the results in the same line of qlineEdit:
list << QString::number(result);
test.append(QString::number(result)+',');...
"I think all you need to do is to add public CAknAppUi in class declaration"
Any applications installed by you and related data would be removed.You need to take a backup
You could try by doing a factory reset thus ensuring that all user installed libraries are removed.
You may find the following link useful for doing it:...