Discussion Board

Search:

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

Search: Search took 0.03 seconds; generated 4 minute(s) ago.

  1. Re: Error message when install Nokia Qt SDK on Mac OS X

    Are you confident that you didn't run out of disk space on the Volume you are installing to?

    Anyway, please report this as a bug at http://bugreports.qt.nokia.com and post the bug ID here for a...
  2. Replies
    9
    Views
    11,638

    Re: Nokia N8 Development with Nokia QT SDK

    Nope, Symbian^3 on-device debugging is not supported yet. This is being worked on.
  3. Replies
    7
    Views
    1,607

    Re: Path probs with Nokia Qt SDK 1.0

    Please make this a bugreport at the Qt Bugtracker (Nokia Qt SDK component).
  4. Replies
    7
    Views
    2,464

    Re: How to set proxy for Nokia Qt SDK Simulator

    The simulator accepts the system proxy settings just like any other application. What is your use case for separate proxy settings in the simulator?

    PS: Note that in order to make use of proxys in...
  5. Replies
    13
    Views
    1,376

    Re: Postgres database driver problem

    I agree with Dan. Please create a suggestion with a pointer to the sources at http://bugreports.qt.nokia.com.
  6. Replies
    17
    Views
    2,701

    Re: Unwanted visual changed from 4.6.2 to 4.6.3

    Yes, that is one of the things that need work indeed, I created http://bugreports.qt.nokia.com/browse/QTBUG-11785.

    (Note that this is going out of scope of the original issue though. Discussions...
  7. Replies
    5
    Views
    775

    Re: QT && gps favorites

    Sorry, Ovi Maps services are not part of the Qt SDK release.
  8. Thread: Remote compiler

    by danimo
    Replies
    22
    Views
    7,391

    Re: Remote compiler

    The remote compiler is not yet included in this Mac Beta version of the Nokia SDK.
  9. Replies
    12
    Views
    1,387

    Re: Maemo Style in Simulator

    Please do not use the Maemo API directly. You can use the Widgets from the Qt API instead, they will look native on the device. Check Help -> Contents -> Qt Reference Documentation for the API. If...
  10. Replies
    12
    Views
    1,387

    Re: Maemo Style in Simulator

    The lack of styling on the Simulator for Maemo is a shortcoming of the Qt Simulator 1.0 in current SDK Version 1.0. it is not related to how the application will look on the device. As a workaround,...
  11. Replies
    3
    Views
    1,696

    Re: Qt Creator 2.0 project settings problem

    It looks like you may have found an issue in Qt Creator. Please report this as a bug againt Qt Creator at the Qt Bug tracker.

    Once opened, please post the issue number here so other people with...
  12. Replies
    17
    Views
    2,701

    Re: Unwanted visual changed from 4.6.2 to 4.6.3

    Never use native APIs with the Nokia Qt SDK. It is not guaranteed to work. I described The Proper Solution here:
  13. Replies
    6
    Views
    1,653

    Re: Using LBS in Qt Creator

    With the Nokia Qt SDK, you purposefully have no access to native libraries (this would also defeat the purpose of Qt being cross platform). Instead, you should use the Qt Mobility APIs. Have a look...
  14. Replies
    13
    Views
    1,376

    Re: Postgres database driver problem

    Qt for Symbian only supports the SQLite database at this point. Qt in general has more database backends, but relies on client libraries which are not available for Symbian.
  15. Replies
    2
    Views
    1,101

    Re: Hide statuspane?

    Set the "Qt::WindowSoftkeysVisibleHint" (http://doc.trolltech.com/4.6/qwidget.html#windowFlags-prop) and then call showFullScreen() on the Widget. This will give you a full screen widget with...
  16. Replies
    2
    Views
    1,710

    Re: Qt Creator 2.0 Run Settings: wrong executable

    Try with the following pro file:



    QT += gui

    TARGET = neurolab
    TEMPLATE = app

    SOURCES += main.cpp
Results 1 to 16 of 16
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