Same problem here, on both simulator and device (N8 with Anna and Belle) and SDK 1.2.
Code:
Type: Posts; User: remy_david; Keyword(s):
Same problem here, on both simulator and device (N8 with Anna and Belle) and SDK 1.2.
Code:
Same problem here with Symbian^3 and QGeoPositionInfoSource, I always get a timeout.
Qt is great, but it's all broken on Symbian, please Nokia fix this !
Where should we put the generated app_id and token ?
I tried :
which doesn't work :
Hi,
The qml webview use the qmlviewer engine to access the internet.
The engine uses the user agent set by the underlying QNetworkAccessManager.
To set a custom network manager :
...
Neither of those work on Symbian.
http://www.developer.nokia.com/Community/Discussion/showthread.php?212715-QDesktopServices-doesn-t-open-URL-in-browser-if-the-browser-is-already-open
I changed my SIM for another carrier and now it works.
I am in France, SFR is giving me 202 while it works fine with Orange.
Problem was default QNetworkRequest has an empty user agent, that my...
Hello,
I have exactly the same problem. I am using SDK 1.1 and Nokia N8.
Works fine in simulator and Wifi, but I have the same error in 3G.
Capabilities are set and same urls work in phone...
I have the same issue with my new N8. Can somebody help me with this issue ?
Bump! any news ?
The beta should have started now
I am adding several widgets on top of the other using a QStackedWidget.
When I call close() on the top widget, the previous widget in the stack is not showed.
Is this normal ? If it is, what is...
Yes I am using USB with app TRK.
Here is application output:
Executable file: 570531 2011-02-08T18:54:08 C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\gcce\udeb\myApp.exe
Package:...
Thanks, that's what I was looking for, missed it from the doc.
Another solution I found is to subclass QSortFilterProxyModel.
Hello,
I am able to debug my Qt application using Nokia Qt SDK and a Nokia 5530.
Breakpoint and variable lookup are working fine.
However I cannot see qDebug() or any other application output in...
Hello,
I am subclassing QSqlTableModel for a model used by a QListView.
This model represents data stored in a SQLite database.
In this database I have a flag field (let say an int field at...
Thanks, I finally found a solution and the QsKineticScroller from the wiki is under BSD which fits my needs better.
So I replaced:
void MyListView::mouseReleaseEvent(QMouseEvent *...
I try to implement the solution used by QsKineticScroller .
But instead of using an event filter, I want to include touch management directly inside my QListView subclass. So I moved the code from...
I get item selection events (i.e. clicked/pressed/activated) both when selecting an item and when draging (i.e. scrolling) the list.
So I cannot differentiate between click (i.e. item selection)...
Hello,
I try to make a scrollable list with selectable items. The user should be able to scroll the list with a touch movment (up/down) and select a list item with a tap (i.e. just like the lists...
I finally found the SQLite file, for an odd reason, Windows search engine is ignoring .sqlite files.
I renamed my database from "mydb.sqlite" to "mydb.db" using setDatabaseName() and I was then able...
Hello,
I cannot register on http://www.symbiansigned.com
I give my email adress but I never receive the confirmation email with the activation code (I double checked, it is not treated as spam). ...
Thanks for your answer. Is there any official roadmap for Qt 4.7 / Qt Quick / SDK 1.1 support for OVI Store ?
I do not have a Qt Quick application ready yet, I am starting a new developpment and I...
Can we use Qt Quick with Qt 4.6.x ?
In other word, can we publish to OVI an application with a Qt Quick UI ?
Thanks
S60 emulators take ~70 seconds to launch and must be shut down/restarded each time.
From our records, for a 20 man-day project we need to launch the emulator around 1000 times which represent *20...
Yes indeed, my database is named mydb.sqlite so I did a file search with wildcards (*sqlite* and *mydb*) inside the Nokia Qt SDK path (C:\NokiaQtSDK). I did it with both simulator running and closed,...
Thanks for your replies.
I set the db name with setDatabaseName() but I am unable to find the corresponding file on my file system. Can you confirm we are talking about the Nokia Qt SDK Simulator...