mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
Qt: Add (empty) status bar
This commit is contained in:
parent
28c24c2c6e
commit
249bd04274
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