Discussion Board

Search:

Type: Posts; User: remy_david; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,093

    Re: QML Webview page contents overlap

    Same problem here, on both simulator and device (N8 with Anna and Belle) and SDK 1.2.

    Code:
  2. Replies
    9
    Views
    1,183

    Re: QGeoPositionInfoSource always timeout

    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 !
  3. Replies
    2
    Views
    1,340

    Re: Welcome to Maps API for Qt

    Where should we put the generated app_id and token ?

    I tried :


    which doesn't work :
  4. Replies
    2
    Views
    1,420

    Re: QML webview user agent

    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 :
    ...
  5. Replies
    3
    Views
    2,955

    Re: Open default browser from qml

    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
  6. Re: My netwok connection always return 202 error in 3G but works fine in wireless

    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...
  7. Re: My netwok connection always return 202 error in 3G but works fine in wireless

    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...
  8. Re: On device debuging and debug console (application output)

    I have the same issue with my new N8. Can somebody help me with this issue ?
  9. Replies
    16
    Views
    5,189

    Re: In-App Purchase

    Bump! any news ?
    The beta should have started now
  10. Replies
    2
    Views
    1,095

    QStackedWidget

    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...
  11. Re: On device debuging and debug console (application output)

    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:...
  12. Replies
    2
    Views
    842

    Re: Model/view, apply a filter on model

    Thanks, that's what I was looking for, missed it from the doc.
    Another solution I found is to subclass QSortFilterProxyModel.
  13. On device debuging and debug console (application output)

    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...
  14. Replies
    2
    Views
    842

    Model/view, apply a filter on model

    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...
  15. Re: QListView touch scroll and item selection, how to differentiale scroll and click

    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 *...
  16. Re: QListView touch scroll and item selection, how to differentiale scroll and click

    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...
  17. Re: QListView touch scroll and item selection, how to differentiale scroll and click

    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)...
  18. QListView touch scroll and item selection, how to differentiale scroll and click ?

    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...
  19. Replies
    15
    Views
    2,632

    Re: Sqlite with Nokia Qt SDK

    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...
  20. Replies
    0
    Views
    1,263

    Cannot register

    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). ...
  21. Replies
    44
    Views
    8,493

    Re: Qt SDK 1.1 Technology Preview

    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...
  22. Replies
    44
    Views
    8,493

    Re: Qt SDK 1.1 Technology Preview

    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
  23. Replies
    15
    Views
    2,632

    Re: Sqlite with Nokia Qt SDK

    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...
  24. Replies
    15
    Views
    2,632

    Re: Sqlite with Nokia Qt SDK

    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,...
  25. Replies
    15
    Views
    2,632

    Re: Sqlite with Nokia Qt SDK

    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...
Results 1 to 25 of 72
Page 1 of 3 1 2 3
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved