Discussion Board

Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    632

    Re: embedding Pys60 with Qt apps?

    so you can access camera features in Qt now? even in a less natural way? ;)
  2. Replies
    2
    Views
    632

    embedding Pys60 with Qt apps?

    out of curiosity, can this be done? ;)
    because you know, supposed that you really wanted camera capabilities with you apps that you can submit to the OVI store now, and you couldn't wait for Qt...
  3. Re: couldn't set QProcess to pass extra parameters for BrowserNG.exe

    but that's pure symbian c++, you can't call it in Qt symbian without some linking hoopla, can you?
  4. couldn't set QProcess to pass extra parameters for BrowserNG.exe

    hi, i couldn't get symbian/s60's default BrowserNG.exe to start a URL when it launched.

    typically i did something like this.


    QStringList arguments;
    arguments << "http//www.google.com";...
  5. Re: name(s) of the default web browser across Symbian versions

    is there any specific way of calling it?

    I included "webkit" along with "network" on .pro File

    and just typicaly call it like...

    ...
  6. name(s) of the default web browser across Symbian versions

    hi, it seems to me that qtwebkit is just unreliable, the program quits whenever i call a web page with an HTTPS for an oauth web service,
    so I just decided to use the old launch a browser ...
  7. Re: how to correctly display Unicodes in QPlainTextEdit?

    oh sorry, yeah, those are contents from a QNetworkReply which is from a HTTP request, the source string are assembled bytes

    something like,



    could that be the culprit? ;)

    oh the file:...
  8. Re: how to correctly display Unicodes in QPlainTextEdit?

    content is just a QString, that appends another qstring "xmlstr->text()" where xmlstr is a QXmlStreamReader

    I tried content.append(xmlfl->text().toString().toUtf8()); but it's still not displaying...
  9. Re: how to correctly display Unicodes in QPlainTextEdit?

    wierd the string has a word "Café" on it, so 'é' is just a usual latin character.

    something like,



    but it displays like this on emulator and device.
    ...
  10. how to correctly display Unicodes in QPlainTextEdit?

    Hello,

    how do you display none ASCII characters in QPlainTextEdit?
  11. Re: How can i get Location using Cellular Id (Please Help me)

    you should use third party web services that converts cellular ID to coordinates.

    although, is the methodname which is "cellular ID" even valid? within WRT?
  12. Replies
    3
    Views
    798

    Re: clarification on available audio codecs

    could it be? codec licensing issues? I mean with vorbis, that's probably not the case.
  13. Replies
    3
    Views
    798

    clarification on available audio codecs

    hi,

    are available audio codecs not consistent on symbian devices?

    for example in an fp1 device, i only see two, (AMR & PCM), but then looking at some sample codes,

    setcodecs() can have...
  14. Replies
    4
    Views
    610

    Re: QNetworkReply undefined reference?

    now, it went fine, without really knowing what went wrong and the exact work around.

    has this been happening with other users? it's probably the linking process.
  15. Replies
    4
    Views
    610

    Re: QNetworkReply undefined reference?

    it's network, i've always copy and pasted those project file declarations just to be sure.
  16. Replies
    4
    Views
    610

    QNetworkReply undefined reference?

    hello,

    I've already added the Network module in the project file, have put the the necessary header declaration


    #include <QtNetwork/QNetworkReply>

    yet despite this, it's still persisting...
  17. Replies
    1
    Views
    1,339

    how do you get QNetworkReply's data?

    Assumming that QNetworkAccessManager has been properly configured, how do you get the data from QNetworkReply? preferably on string format.
  18. Replies
    5
    Views
    739

    Re: Distributing Qt installers (to device)

    aren't both of them? released under LGPL?
  19. Re: Local mp3 file, plays. but remote mp3 file doesn't.

    what i meant with access point is, i already have bearer and does have an activated qnetworksession instance pointing to a WLAN, Qwebview and Qhttp does know that there is an active connection. yet...
  20. Replies
    3
    Views
    906

    Re: Qt Mobility 1.1 Installation error

    by the way, you're installing 1.0.2 (stable) yet, not 1.1 beta 2, according to the path that you're compiling.
  21. Re: direct link to latest QtMobility .sis file, only .sis file

    i seem to question this months ago, why does nokia don't provide links for these sis files, separate from sdk bundle?
    but then why would one need it? if there's a smart installer, i guess my line of...
  22. Replies
    5
    Views
    2,144

    Re: QtMobility Camera example with webcam?

    another thing to note is, camera emulation via a webcam desktop, was never mentioned to be supported.

    or.. was it?
  23. Local mp3 file, plays. but remote mp3 file doesn't.

    hi on a device, this plays the local file just fine.


    player = new QMediaPlayer;
    player->setMedia(QUrl::fromLocalFile("e:\\jar\\sample.mp3"));
    player->setVolume(50);
    player->play();

    but...
  24. Re: Error installing Qt to Symbian device, error -11

    hi, try upgrading n97's lates firmware first, to rid out of any weird errors that might just relate to qt and firmware compatibility issues.
  25. Replies
    2
    Views
    701

    Re: setMediaObject() is protected: Error

    could this be, not the right way anymore? i mean when initiallizing qmediaplaylist?
    because according to this this, there is really no public function such as setMediaObject anymore

    what do you...
Results 1 to 25 of 37
Page 1 of 2 1 2
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