wip
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user