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