Hi All,
I'd like to know if someone know what is the max size that a Qt app could use of memory, because i've seen some strange behavoiur of my app.
Thanks.
Type: Posts; User: earendil; Keyword(s):
Hi All,
I'd like to know if someone know what is the max size that a Qt app could use of memory, because i've seen some strange behavoiur of my app.
Thanks.
I've tried your solution and it runs, but the problem is that i'd like to embed camera into my app.
Do you think that it should be possible?
Thanks.
I'll try and let you know soon.
I'd like also use the standard UI nokia photo into my app.
Thanks and regards.
Hi All,
I'm creating an application with Qt for Symbian^3 and I'd like to put the camera feature into my app.
The feature is very simple:
1- press button to open camera (standar Nokia camera,...
Hi all,
some of you should show me how to integrate camera feature into my app using qt.
I'd like to be able to use the standard camera UI.
Thanks to all for help.
Hi All,
i've solved with this solution:
//ps is an object of type RPositionServer
TUint numModules = 0;
int moduleDisabled=0;
ps.GetNumModules(numModules);
for (int i=0;i<numModules;i++)
Hi to All,
some of you know if it's possible to understand if user has disabled from:
Settings->Phone->Application Settings->Positioning->Positioning Method
all gps modules?
If yes, could...
Thanks for your reply.
Hi All, in my app i've inserted the feature to download a file from the net using QNetworkAccessMenager and QNetowrkReply.
Now I'd like to know if it would be possible to resume download if the net...
I'm using Qt's API to perform connection and download.
Could you please explain it better, because i've not a lot of experience on qt and symbian.
Thanks.
Hi All,
i know that this is a hold question but now with new interface of forum nokia i'm not bale to make search.
My question is:
I'd like to change my app name to be able to install on my phone...
Hi All,
I've a little question for you.
My application has a feature that permit to download a zip file from a server, but i'm not able to connect to the net if device it's not connected yet, and...
Hi All,
some of you do you know if in Qt there is a GUI components like UIIndicatorView of iPhone?
It's an indicator that permit to say to user to wait.
I've just seen QProgress bar but i'd like...
Could you please me where can i find documentation?
Thanks.
I think that should be useless checking if Ovi is running because during installation process i've not any types of controls, i believe.
I didn't understand about log.
But developer doesn't have the control during installation process if use Ovi Store.
What can you do?
Hi All,
To find some methodologies to protect our applciations do you know if it's possible understand if application is downloaded from Ovi or not?
In this way we will be anble to stop start up of...
Hi All,
I've Seen that Ovi Store to protect developpers applications use DRM 1.0 but I've also seen that it's very easy to arounded to it to have application free.
Some of you should know some...
I solved my problem using signal readyRead() of QNetworkReply Obj.
Thanks to All.
I think that this i could use if file is small but file that i must download is more that 100MB.
Do you know if i can write file by steps?
Hi ALl,
i'd like to insert in my application the possibility to download a file from server. I've read that i can make this using class QNetwrkAccessManager and QnetworkReply, but i don't understand...
I simply remove it from file.
I solved it simply remove tak from file using Stream.
Bye.
because i'm creating an kml file and if i put it googleearth it is not able to open file.
Hence will I never able to remove it?
Ok can i create a file using QDomDocument that doesn't start with <!DOCTYPE ... > tag.
Because i know that to b able to create an xml file i must make:
...