This commit is contained in:
Your Name
2024-02-13 19:53:19 -06:00
parent ae865c80de
commit c43a5dac85

View File

@@ -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