FYI I am using Qt creator 2.01 and Qt 4.7
Thanks.
Type: Posts; User: singhzubin; Keyword(s):
FYI I am using Qt creator 2.01 and Qt 4.7
Thanks.
Hello Everyone,
I am writing a very simple application to play video. This is my code thus far...and I cannot figure out why my emulator keeps crashing:
I originally had developed this in...
Hello,
I am trying to use QProcess in to launch a web browser that goes to a specific weblink in my Nokia N8 which is a Symbian^3.
I was searching on google and found this discussion post. If...
I need to extract thumbnails from JPEG's and was wondering if anyone had an example using some sort of EXIF class .. I have not found anything thus far that will work.
I am using QT Nokia SDK...
ok will post there thanks.
Thank you for your reply. I was looking to use #include <QExifImageHeader>"and its base class is QTBaseModule....I cannot include that class because I get the following error: "No such file or...
Hello,
I am having a hard time trying to find the _PAlbTN thumbnails directory on the Nokia N8. If anyone has found this directory and knows where it resides that would be awesome.
Also maybe a...
Hello Everyone,
I have an issue trying to locate _PAlbTN directory. I am currently looking at http://wiki.forum.nokia.com/index.php/TSS000626_-_How_to_retrieve_image_thumbnails_on_S60_3rd_Edition ...
Hi has anyone found a solution to: QImage: out of memory, returning null image.
As a little context, this error occurs when I try to load a bunch of photographs from E:\Image\Camera folder that...
Hello,
We have written an application that uses QT+QML and it basically goes into an images folder stored on a N8 phone and is supposed to display jpg images.
Now the folder where these images...
Hello,
I would like to know how to invoke a different symbian application from within my Qt application.
So my current application is built with Qt will call and invoke a separate symbian...
Hello,
I need some help (and some sample code if possible) in figuring out how to save the username, password, and some other important details when a user logs into their account via my...
As of now we can create objects in 'main.cpp' but we cannot access them from other classes.
Hello,
We have a newbie question:
How do we create an object in 'main.cpp' and access it in...
Thanks for the help adding in the following lines made it work:
CWindowGc& gc = SystemGc();
gc.Activate(Window());
Window().Invalidate();
Window().BeginRedraw();
// Draw it onto the screen...
Hello,
We were previously running fine on nokia N95, N79 phones where our symbian application would access the camera on the phone so we could capture live video feed. We could display the contents...
Hi,
I am having some major issues when trying to send a text file that is stored on my Nokia N95 picture gallery. The program runs in an infinite loop - its for a research project for my school....
Hi Traud,
Thanks a lot for that UUID that worked like a charm!
-Zubin
Hi,
I am connecting to UUID:
int[] attributes = { 0x0100, 0x0200 };
UUID[] uuids = new UUID[1];
uuids[0] = new UUID(0x0003); // rfccomm services
Thanks,
Zubin
Hi,
So i am developing a similar application as yours. I was wondering if you found a solution to send text or a VCARD without pairing?
If so, I would really appreciate if you could tell me...