Bonjour
je travaille sur une application mobile. je veux afficher une page php (html) -qui exsite dans un serveur local- dans un WebKit, ça marche mais l'affichage de la page se fait très lent.
voici le QMl:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
import QtQuick 1.1
import com.nokia.symbian 1.1
import QtWebKit 1.0
 
Window{
    width:360
    height: 640
 
    WebView {
        url: "http://localhost/intermidiaire/test.html"
           width: 340
           height: 600
       //scale: 0.5
        //smooth: false
    }
 
}
si quelqu'un peut m'aider SVP , c'est urgent
merciii