This commit is contained in:
Your Name
2024-05-10 02:54:13 -05:00
parent 8a00434411
commit bb6a91bc93

View File

@@ -34,7 +34,7 @@ public:
explicit MainWindow(QWidget *parent = nullptr) { explicit MainWindow(QWidget *parent = nullptr) {
this->setWindowTitle("Webview in Frame"); this->setWindowTitle("Webview in Frame");
this->setStyleSheet("background-color: black;"); this->setStyleSheet("background-color: black;");
window.showFullScreen(); this->showFullScreen();
WebViewFrame *webViewFrame = new WebViewFrame(this); WebViewFrame *webViewFrame = new WebViewFrame(this);
QVBoxLayout *mainLayout = new QVBoxLayout(this); QVBoxLayout *mainLayout = new QVBoxLayout(this);