Display app name & version on window.
parent
beba034a17
commit
8e24d24d38
|
@ -40,6 +40,8 @@ Exdeath::Exdeath(QSettings *cfg, QWidget *parent) : QWidget(parent) {
|
||||||
filename = nullptr;
|
filename = nullptr;
|
||||||
_cfg = cfg;
|
_cfg = cfg;
|
||||||
|
|
||||||
|
setWindowTitle(QApplication::applicationDisplayName() + " " + QApplication::applicationVersion());
|
||||||
|
|
||||||
layApp = new QVBoxLayout(this);
|
layApp = new QVBoxLayout(this);
|
||||||
layColumns = new QHBoxLayout(this);
|
layColumns = new QHBoxLayout(this);
|
||||||
layApp->addLayout(layColumns);
|
layApp->addLayout(layColumns);
|
||||||
|
|
Loading…
Reference in New Issue