wip
This commit is contained in:
@@ -60,7 +60,7 @@ int main(int argc, char *argv[]) {
|
||||
QString url = args.first();
|
||||
QWebEngineView *web_view = new QWebEngineView();
|
||||
web_view->load(QUrl(url));
|
||||
center_layout->addWidget(web_view);
|
||||
layout->addWidget(web_view);
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user