@rahulvala Thanks for your reply.
"The same version of the Qt mobility should be installed in the phone and in the SDK,..."
Yes, both versions are the same. The SIS files in the phone are the...
Type: Posts; User: alexismedina; Keyword(s):
@rahulvala Thanks for your reply.
"The same version of the Qt mobility should be installed in the phone and in the SDK,..."
Yes, both versions are the same. The SIS files in the phone are the...
Hello,
I want to build this example http://wiki.forum.nokia.com/index.php/Get_continuous_location_updates_using_Qt_Mobility_API . The code works fine in the simulator, but when running in the...
Hello
I'm trying to start the camera app from Qt, this is the code i'm using:
QProcess *cameraProcess = new QProcess(this);
cameraProcess->start("Cameraapp.exe");
qDebug() << "Process...
I had the same problem today!.
I had Nokia Qt SDK 1.0 (final) working fine on my machine, but when I wanted to use Qt Mobility.. the story begins.
The first issue started when I try to do a...
Hello there,
I'm trying to use QGroupBox inside a QWidget, the QWidget has a gradient background. When I use QGroupBox, the result is like:
...
Thanks danhicksbyron for your reply.
Using showMaximized() and activateWindow(), on Window A did the trick.
Thanks rahulvala for your reply.
Actually, my problem isn't the softkeys (I don't need them).. my problem is that the hole window lose the focus, and I can't use the keyboard of the phone. I...
Hi Devs,
I'm having an issue with QWidgets using showFullScreen(). Let's assume that you have a Main Window "A" in full screen mode, then you open another window B with showFullScreen(). When you...
Same problem here with E71 (S60 3.1), I'm using Nokia Qt SDK 1.0 (final release)
The QScrollArea is looking like:
http://i49.tinypic.com/6pt2tg.jpg
and should be like:
...
divanov: Sorry, was a mistake when posting the code here. No, I'm not missing the += in the code.
Hello Guys,
Is there any way to run multiple insert with Sqlite?
BEGIN;
INSERT INTO users (id, name) values (1, 'foo');
INSERT INTO users (id, name) values (2, 'bar');
END;
Look here http://labs.trolltech.com/blogs/2009/12/03/tutorial-videos-qt-development-for-symbian/
Look at this video,
http://labs.trolltech.com/blogs/2009/12/03/tutorial-videos-qt-development-for-symbian/
There's a very nice intro video http://labs.trolltech.com/blogs/2009/12/03/tutorial-videos-qt-development-for-symbian/
Today was released Qt 4.6 final. As you can see in the announce
"Use Qt 4.6.0 to develop commerical Symbian applications for deployment in first quarter of 2010"
Is that a typo? maybe:
*future = QtConcurrent::run(my_func); // Error is here
watcher->setFuture(*future);
Is what you wanted to put?
Stupid suggestion, maybe:
Yes, you can.
Like this: Asume that you have an temperature monitor application, there's a class Sensor that get the temperature, and there's tempHandler that can increase or decrease the...
+1
I'll join to this... I'm trying to do the same thing.:p
Sorry, I put slashes.. when using the HTML tag doesn't shows.
QT += core \
gui \
network
And the second point is a typo.
Hello Guys,
I'm trying to use QNetworkRequest into my application, here's my code.
Test.pro
TEMPLATE = app
TARGET = Test
What part "an alternative to QExifImageHeader" you didn't get? :D
Qt Extended has a class QExifImageHeader http://qt.nokia.com/doc/qtextended4.4/qexifimageheader.html for manipulate Exif Data....
Hello guys..
In Qt Extended there's a class QExifImageHeader to maniputale Exif data. Someone knows an alternative to that class in Qt S60?
Sorry ,but I really don't want to use Symbian C++...
Hello axeljaeger
I tested that right now and that doesn't work. It's hiding the Window, but not the application. Ex: When sending a MainWindow->hide() this is hiding the MainWindow, but I can't...
+1
Same situation here.
Hello everybody.
I'll try to explain what I'm trying to achieve. I want to be able to minimize my application in Qt. I saw many application (like those IM apps), that you can minimize and let them...