Loading page using Qt webview
Mobile and Embedded
11
Posts
3
Posters
6.7k
Views
1
Watching
-
Which phone are you trying to use? Which Qt version?
-
So it is a symbian phone. Did you enable the netowrking capability for your apoplication?
-
My pro file:
@#-------------------------------------------------Project created by QtCreator 2010-12-28T16:02:45
#-------------------------------------------------
QT += webkit
TARGET = test2
TEMPLATE = appSOURCES += main.cpp
mainwindow.cppHEADERS += mainwindow.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY =symbian {
TARGET.CAPABILITY += NetworkServices
TARGET.UID3 = 0xefe0c733
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
@