1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-10 00:06:32 -05:00

Qt: Add (empty) status bar

This commit is contained in:
Yuri Kunde Schlesner
2017-02-18 12:09:14 -08:00
parent 441f8b5a4b
commit 1b28b26682
6 changed files with 35 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ GameList::GameList(QWidget* parent) : QWidget{parent} {
// with signals/slots. In this case, QList falls under the umbrells of custom types.
qRegisterMetaType<QList<QStandardItem*>>("QList<QStandardItem*>");
layout->setContentsMargins(0, 0, 0, 0);
layout->addWidget(tree_view);
setLayout(layout);
}