Discussion Board

Search:

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

Search: Search took 0.00 seconds.

  1. Re: Write permission using DEPLOYMENTFOLDERS in.pro file /N900

    If file doesn't contain any preset information, then I would choose QSettings to hold my bookkeeping.
  2. Re: How to show menu when user clicks Middle button

    You can try by adding QMenu to QMenuBar
  3. Replies
    7
    Views
    1,921

    Re: QMediaPlayer on N8

    If message box is Ok with you, then you can show message in it
    QMessageBox::about(&w, "Error message", player->errorString());
  4. Replies
    13
    Views
    1,124

    Re: Reading text from a text file, line by line!

    You can call readLine() more than once.
  5. Re: Getting access to the frames in video stream provided by QCamera

    I think it would be much easier to use GStreamer to get raw frames rather than QCamera.
  6. Replies
    7
    Views
    1,921

    Re: QMediaPlayer on N8

    Did you try to check what is a content of an error message?
    http://doc.qt.nokia.com/qtmobility-1.1/qmediaplayer.html#error-prop
  7. Re: How to show menu when user clicks Middle button

    Try, for example,
    menu->popup(QCursor::pos());
  8. Re: Application crashes when switching between 2 QMainWindow

    Using Qt::WA_Maemo5StackedWindow attribute is not mandatory and not using that cannot cause crashes. Additionally when window is being hidden resources are not dealocated neither, it could happen...
  9. Re: Write permission using DEPLOYMENTFOLDERS in.pro file /N900

    As far as I know you should be using INSTALLS variable in the project file to install files


    highscore.files += bb.con
    highscore.path = /opt/usr/share/btg/

    INSTALLS += highscore


    Then in...
Results 1 to 9 of 9
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