Hi,
I am not able to open any QUrl link like "http://www.google.com" on my Nokia N97 device. Is this problem specific to Nokia N97?
my .pro file contents:QWebView showeventswebView;
showeventswebView->load(QUrl("http://www.google.com"));
showeventswebView->showMaximized();
Anybody facing this issue of displaying any website using QWebView.QT += core gui webkit network
TARGET = ShowEvents
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
CONFIG += mobility
MOBILITY =
symbian {
TARGET.UID3 = 0xe733a294
# TARGET.CAPABILITY +=
TARGET.CAPABILITY = NetworkServices
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x2000000
}
Thanks,
Rajeev





