Display app name & version on window.

main
Síle Ekaterin Liszka 2021-06-22 12:10:07 -05:00
parent beba034a17
commit 8e24d24d38
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ Exdeath::Exdeath(QSettings *cfg, QWidget *parent) : QWidget(parent) {
filename = nullptr;
_cfg = cfg;
setWindowTitle(QApplication::applicationDisplayName() + " " + QApplication::applicationVersion());
layApp = new QVBoxLayout(this);
layColumns = new QHBoxLayout(this);
layApp->addLayout(layColumns);