Thanks for the information.
Do you know when Mobility 1.1.3 is released.
Type: Posts; User: frsc; Keyword(s):
Thanks for the information.
Do you know when Mobility 1.1.3 is released.
Thanks for your reply.
I looked at the error more closely:
It it caused when using the compass class (sensor api)
The line:
m_sensor.start();
causes an error in the following context...
Hi,
My application was working with Qt Creator 2.1 and Qt 4.7.2.
I started the updater recently after not having used QtCreator a few days.
The updater worked for a while.
After that I got an...
I got a reply fromt the OVI Team and they say exactly what Jon stated below.
You need to wrap your application with the current installer and they wait until their servers support the new version...
Hi,
I already asked at http://discussion.forum.nokia.com/forum/showthread.php?221525-Publish-Qt-4.7.2-application, but maybe someone here can give me a quick hint on the following question:
I...
Thanks for your ideas. Maybe someone who has something more than a guess?
Quote from the contest website:
What file do I need to submit?
Hi,
I finished my Qt application for Symbian and want to publish it to OVI store.
I also want to participate in the "Calling All Inovators 10M" contest which ends next week.
According to the...
Maybe this helps a bit: http://wiki.forum.nokia.com/index.php/Communicating_with_Arduino
Hi,
I'm running my application in fullscreen mode to be able to use all the screen space.
Now I want to include access to the standard menu of the MainWindow.
Normally (non-fullscreen) you have...
Hi,
I got QtScroller working and use it on a QTableView with 5 columns and 500 rows.
In the simulator it works great but on my device (Nokia N8) it is really slow and sluggish.
I tried to set...
I shrank my ui-file down and got the error source.
The strange behaviour is caused by a QWebView in a QTabWidgets tab.
A simple ui-file with only a QTabWidget with two tabs a QWebView and a...
Thanks for your assistance.
I'm using Qt Creator 2.0.1 with Qt 4.7.0
Bugtracker: http://bugreports.qt.nokia.com/browse/QTBUG-17380#
Image with ui-File structure: http://picfront.de/d/83Wu
At first it looked like deleting all SetNoConstraint properties would do the job but...
The problem still exists. I cleaned up my ui-File and use default values for all properties.
It has to be...
Hi,
I'm testing my application on the RDA devices of Forum Nokia.
The Symbian^3 devices have recently be upgraded to firmware version 13.016.
Since then my app which uses location and sensors...
Thanks for the hint!
Hi,
I'm using an xml file with a size of about 3MB.
This works in the simulator.
But on the device (Nokia N8) i'm getting a "not enough memory" error, when tryiung to load the file.
I read...
Ok.
The problem lies in the ui-File created by the designer.
I included this file in a blank project without any code and the error still occurs.
To reproduce it you just have to switch from one...
I'm experiencing the same/a similiar problem as giu_sca.
My app is based on a QTabWidget containing different widgets organized in layouts. Some of the layouts being set at runtime.
In the...
Ok. I found out that
mainWindow.layout()->setSizeConstraint(QLayout::SetNoConstraint);
solves my problem.
I am to much a beginner to tell why, but it seems to work now.
Hi,
I'm starting to get mad about this:
I've got a MainWindow widget and a QTabWidget as central widget. In one of the tabs there are some widgets with nested layouts.
I've got one widget as a...
Ok. Thanks for the answers.
I got the problem now.
Ok. I am using layouts.
But why does only the height gets automatically resized when switching to portrait mode and the width stays to large?
Am I able to create a second *.ui file with the...
Hi,
I've written an application in Qt Creator and made the UI in the Qt Designer based on landscape mode sceen proportions.
Now I want portrait mode support.
My design consists of a MainWindow...
Thanks! I solved the problem in the meantime by using QDom. It now looks like:
QFile sourceDocument;
sourceDocument.setFileName(":/files/test.gpx");
if...
Hi,
I've got an xml file like this:
<gpx>
<wpt att="test1">
<name>name1</name>
</wpt>