wip
This commit is contained in:
@@ -57,9 +57,9 @@ int main(int argc, char *argv[]) {
|
||||
layout->setSpacing(0);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
QString url = args.first();
|
||||
// QString url = args.first();
|
||||
QWebEngineView *web_view = new QWebEngineView();
|
||||
web_view->load(QUrl(url));
|
||||
web_view->load(QUrl("http://www.fark.com/"));
|
||||
layout->addWidget(web_view);
|
||||
|
||||
return app.exec();
|
||||
|
||||
Reference in New Issue
Block a user