Moved icons into a resource file and adjusted the window that used them accordingly.

This commit is contained in:
Eelke Klein 2017-01-15 13:49:17 +01:00
parent 998389e371
commit 88fcc0338d
7 changed files with 24 additions and 9 deletions

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>pglab - Connection Manager</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
@ -221,9 +221,8 @@
</widget>
<action name="actionAdd_Connection">
<property name="icon">
<iconset>
<normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_add.png</normaloff>
<normalon>../../../Users/eelke/icons/server_add.png</normalon>../../../Users/eelke/fatcow-hosting-icons-900/server_add.png</iconset>
<iconset resource="resources.qrc">
<normaloff>:/icons/server_add.png</normaloff>:/icons/server_add.png</iconset>
</property>
<property name="text">
<string>Add Connection</string>
@ -232,8 +231,8 @@
<action name="actionDelete_connection">
<property name="icon">
<iconset>
<normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_delete.png</normaloff>
<normalon>../../../Users/eelke/icons/server_delete.png</normalon>../../../Users/eelke/fatcow-hosting-icons-900/server_delete.png</iconset>
<normalon>:/icons/server_delete.png</normalon>
</iconset>
</property>
<property name="text">
<string>Delete connection</string>
@ -244,14 +243,16 @@
</action>
<action name="actionConnect">
<property name="icon">
<iconset>
<normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_go.png</normaloff>../../../Users/eelke/fatcow-hosting-icons-900/server_go.png</iconset>
<iconset resource="resources.qrc">
<normaloff>:/icons/server_go.png</normaloff>:/icons/server_go.png</iconset>
</property>
<property name="text">
<string>Connect</string>
</property>
</action>
</widget>
<resources/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>