PDA

View Full Version : In mainWindow spelled appearance of the second window in the program, Emulations?



lapdx
22nd December 2012, 11:36
In mainWindow spelled appearance of the second window in the program, Emulations browser.
QWebView* view = new QWebView();
view->show();
view->load(QNetworkRequest(QUrl("http://google.com")),
QNetworkAccessManager::PostOperation,
QByteArray("login=lapl&password=la&ulang=ru"));1.How to scroll up and down in the window (scrolling)?
2.How to set the size (example 800x250) for this window?
3.How to add second mouse in this window?