wip
This commit is contained in:
@@ -27,6 +27,8 @@ BodyWindow::BodyWindow(QWidget *parent) : QWidget(parent) {
|
||||
QWebEngineView *view = new QWebEngineView(this);
|
||||
view->setUrl(QUrl("http://www.fark.com/")); // Set the URL to fark.com
|
||||
|
||||
// Filler
|
||||
|
||||
QGridLayout *layout = new QGridLayout(this);
|
||||
layout->setSpacing(0);
|
||||
layout->setMargin(0); // Set margin to 0 to fill the entire window
|
||||
|
||||
Reference in New Issue
Block a user