Qt: Add (empty) status bar
This commit is contained in:
parent
441f8b5a4b
commit
1b28b26682
6 changed files with 35 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue