Skip to content

Commit cb33130

Browse files
committed
better branding
1 parent b95f107 commit cb33130

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pcmwindow.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ PCMWindow::PCMWindow(QWidget *parent) :
3232
QCoreApplication::setOrganizationDomain("cerberos.id.au");
3333
QCoreApplication::setApplicationName("Collection Manager");
3434

35+
setWindowTitle("Pye Collection Manager - 0.1-Alpha-r2");
36+
3537
//Loading Settings
3638
QSettings Config;
3739
ui->cardDatabaseLocationLineEdit->setText(Config.value("Oracle Database Location", "/mtg/AllSetsArray.json").toString());

pcmwindow.ui

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>PCMWindow</string>
14+
<string>Pye Collection Manager - 0.1-Alpha-r2</string>
15+
</property>
16+
<property name="windowIcon">
17+
<iconset>
18+
<normaloff>PCMLogo.ico</normaloff>PCMLogo.ico</iconset>
1519
</property>
1620
<widget class="QWidget" name="centralWidget">
1721
<layout class="QGridLayout" name="gridLayout">

0 commit comments

Comments
 (0)