Dear All,
i have one QPushbutton if i click that button it want to open one internet page in the screen
is it possible?
which topic i want to refer. what are possiblilties in QT?
Dear All,
i have one QPushbutton if i click that button it want to open one internet page in the screen
is it possible?
which topic i want to refer. what are possiblilties in QT?
undefined identifier 'load'Code:QWebView view; view.setStyleSheet("background-color:rgb(150,147,88); padding: 7px ; color:rgb(255,255,255)"); view.load(QUrl("http://www.google.com")); view.showMaximized();
but its present in the qwebview document.
http://doc.qt.nokia.com/4.5/qwebview.html
Did you add
to a project file?Code:QT += webkit