so you can access camera features in Qt now? even in a less natural way? ;)
Type: Posts; User: loell; Keyword(s):
so you can access camera features in Qt now? even in a less natural way? ;)
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...
but that's pure symbian c++, you can't call it in Qt symbian without some linking hoopla, can you?
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";...
is there any specific way of calling it?
I included "webkit" along with "network" on .pro File
and just typicaly call it like...
...
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 ...
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:...
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...
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.
...
Hello,
how do you display none ASCII characters in QPlainTextEdit?
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?
could it be? codec licensing issues? I mean with vorbis, that's probably not the case.
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...
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.
it's network, i've always copy and pasted those project file declarations just to be sure.
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...
Assumming that QNetworkAccessManager has been properly configured, how do you get the data from QNetworkReply? preferably on string format.
aren't both of them? released under LGPL?
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...
by the way, you're installing 1.0.2 (stable) yet, not 1.1 beta 2, according to the path that you're compiling.
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...
another thing to note is, camera emulation via a webcam desktop, was never mentioned to be supported.
or.. was it?
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...
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.
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...