wip
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
explicit MainWindow(QWidget *parent = nullptr) {
|
||||
this->setWindowTitle("Webview in Frame");
|
||||
this->setStyleSheet("background-color: black;");
|
||||
window.showFullScreen();
|
||||
this->showFullScreen();
|
||||
|
||||
WebViewFrame *webViewFrame = new WebViewFrame(this);
|
||||
QVBoxLayout *mainLayout = new QVBoxLayout(this);
|
||||
|
||||
Reference in New Issue
Block a user