File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ PCMWindow::PCMWindow(QWidget *parent) :
32
32
QCoreApplication::setOrganizationDomain (" cerberos.id.au" );
33
33
QCoreApplication::setApplicationName (" Collection Manager" );
34
34
35
+ setWindowTitle (" Pye Collection Manager - 0.1-Alpha-r2" );
36
+
35
37
// Loading Settings
36
38
QSettings Config;
37
39
ui->cardDatabaseLocationLineEdit ->setText (Config.value (" Oracle Database Location" , " /mtg/AllSetsArray.json" ).toString ());
Original file line number Diff line number Diff line change 11
11
</rect >
12
12
</property >
13
13
<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 >
15
19
</property >
16
20
<widget class =" QWidget" name =" centralWidget" >
17
21
<layout class =" QGridLayout" name =" gridLayout" >
You can’t perform that action at this time.
0 commit comments