v1.16.2: add icons
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Installer>
|
||||
<Name>ProjektManager</Name>
|
||||
<Version>1.16.1</Version>
|
||||
<Version>1.16.2</Version>
|
||||
<Title><Name>ProjektManager</Name> Installer</Title>
|
||||
<InstallerApplicationIcon>installerIcon1</InstallerApplicationIcon>
|
||||
<InstallerWindowIcon>installerIcon2</InstallerWindowIcon>
|
||||
|
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Package>
|
||||
<DisplayName>ProjektManager 1.16.1</DisplayName>
|
||||
<DisplayName>ProjektManager 1.16.2</DisplayName>
|
||||
<Description>A Program to manage my Qt Projects</Description>
|
||||
<Version>1.16.1</Version>
|
||||
<Version>1.16.2</Version>
|
||||
<Default>true</Default>
|
||||
<ReleaseDate>2024-06-13</ReleaseDate>
|
||||
<Licenses>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
#include <QStyle>
|
||||
|
||||
|
||||
QString MainWindow::version = "1.16.1";
|
||||
QString MainWindow::version = "1.16.2";
|
||||
QString MainWindow::appName = "ProjektManager";
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
@@ -157,6 +157,7 @@
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="title">
|
||||
@@ -184,6 +185,9 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_ber">
|
||||
<property name="icon">
|
||||
<iconset theme="help-about"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Über ProjektManager</string>
|
||||
</property>
|
||||
@@ -194,6 +198,9 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEinstellungen">
|
||||
<property name="icon">
|
||||
<iconset theme="document-properties"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Einstellungen</string>
|
||||
</property>
|
||||
@@ -204,6 +211,9 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAuf_Updates_pr_fen">
|
||||
<property name="icon">
|
||||
<iconset theme="system-software-update"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Auf Updates prüfen</string>
|
||||
</property>
|
||||
@@ -214,6 +224,9 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionNeues_Projekt_hinzuf_gen">
|
||||
<property name="icon">
|
||||
<iconset theme="document-open"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Neues Projekt hinzufügen</string>
|
||||
</property>
|
||||
@@ -224,6 +237,9 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionStatistiken">
|
||||
<property name="icon">
|
||||
<iconset theme="utilities-system-monitor"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Statistiken</string>
|
||||
</property>
|
||||
@@ -234,6 +250,9 @@
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionListe_Aktualiseren">
|
||||
<property name="icon">
|
||||
<iconset theme="view-refresh"/>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Liste Aktualiseren</string>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user