import QtMobility.systeminfo 1.2
DeviceInfo{
id:deviceInfo
monitorDeviceLocks: true
onDeviceLocked: {
if(isDeviceLocked){
print("locked");...
Type: Posts; User: francesco_it; Keyword(s):
import QtMobility.systeminfo 1.2
DeviceInfo{
id:deviceInfo
monitorDeviceLocks: true
onDeviceLocked: {
if(isDeviceLocked){
print("locked");...
mmm it's Html, I would do it by parsing the source with javascript and populate the listview...
or doing it with c++ using QWebElementCollection and QWebElement, creating a list you need and...
I would use a signal so onForcedUpdateY you do y = x
QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);
QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false); this is it!
thanks devnull!
Hello!
is there a way to intercept the focus of a input element in a webview qml?
what I would like to do it's to intercept the focus of a WebView Qml Element and pop up my virtual keyboard..
...
found your really useful article at http://www.developer.nokia.com/Community/Wiki/Simple_video_player_in_QML.
Thank you very much! I would say that i was trying media streaming (mp4) and it was not...
process.start("MPXVideoPlayer.exe", args);
Founded...I would do a beautiful mpxvideoplayer.exe -help but..?!?!
Hello guys, thank you very much.
Indeed i was following both solutions before. If i open a mp4 streaming with QDesktopService it asks me (in the browser) if i want to open it with the video player....
Hello,
Im using QProcess to start native apps,
process.start("Cameraapp.exe"); it executes the camera application on the phone.
but if i want to execute the video app what's its name? how can...
Hello gaba!!
I'm using a Symbian Anna n8
Hello!
How users can insert captchas showed in a webview with the symbian keyboard that is covering all the page? It's a bit annoying opening and closing the keyboard to see the captcha..
Is...
Thanks kkrish. I was following that tutorial as well.. but "Flickable { WebView { Pincharea " blocks the webview "mousearea" engine..so with the solution "Flickable { PinchArea { Webview" i can flick...
Thank you very much kusumk!!!!!!! :) I tried everything except this solution !
Hello, is there a way to zoom in and out in a webview?
I was doing it with a flickable a webview and pincharea..when I set pincharea enable at true i cannot handle the clicks for the webview...
vineet.jain thank you for your help :)
This example was delightful! I used this idea with my own.
I created an extension as I'm doing with everything else and I register it with...
ListModel* createModel() {
ListModel *model = new ListModel(new FruitItem, qApp);
model->appendRow(new FruitItem("Apple", "medium", model));
model->appendRow(new FruitItem("PineApple",...
yes I read that.. I would like to create something like in "Exposing C++ Data Models to QML" but Im not creating a list from qml but from c++ and then I would like to use the list as model for a...
Hello,
I would like to create a listview in qml using a component that is parsing a HTML page getting two properties like "description" and "detail" and creating the listview with the list I have....
Hello, I was trying to create a simple property using QNetworkAccessManager as type:
Q_PROPERTY(QNetworkAccessManager* managerAuthenticator READ getManagerAuthenticator WRITE...
Thank you for your answer :) Im new to Qt and Symbian and I would like to ask you if Webkit it's supported by Symbian^1 or Symbian^3
Solved using:
QByteArray bytes = repToRead->readAll(); // bytes
QWebPage page;
QWebFrame * frame = page.mainFrame();
:) thank you gaba!!!! I know it's not really secure to bypass SSL.. :)
Hello,
I'm trying to parse a Html page using QXmlStreamReader but Im stuck somewhere...
I use this method to parse the data
void Person::findIt(QNetworkReply *repToRead)
{
@gaba88
im trying to make requests to this website .