Cleanup old seperate server window.

This commit is contained in:
eelke 2021-04-10 14:44:10 +02:00
parent f0e5488ce0
commit 60bbb4c445
9 changed files with 7 additions and 287 deletions

View file

@ -67,7 +67,6 @@ QToolButton {
<bool>false</bool>
</attribute>
<addaction name="actionConnect"/>
<addaction name="actionManage_server"/>
<addaction name="actionBackup_database"/>
<addaction name="separator"/>
<addaction name="actionAdd_group"/>
@ -80,7 +79,7 @@ QToolButton {
</widget>
<action name="actionAdd_Connection">
<property name="icon">
<iconset>
<iconset resource="resources.qrc">
<normaloff>:/icons/add_connection.png</normaloff>:/icons/add_connection.png</iconset>
</property>
<property name="text">
@ -89,7 +88,7 @@ QToolButton {
</action>
<action name="actionDelete_connection">
<property name="icon">
<iconset>
<iconset resource="resources.qrc">
<normaloff>:/icons/delete_connection.png</normaloff>
<normalon>:/icons/delete_connection.png</normalon>:/icons/delete_connection.png</iconset>
</property>
@ -117,7 +116,7 @@ QToolButton {
</action>
<action name="actionBackup_database">
<property name="icon">
<iconset>
<iconset resource="resources.qrc">
<normaloff>:/icons/backup_database.png</normaloff>
<normalon>:/icons/backups.png</normalon>:/icons/backup_database.png</iconset>
</property>
@ -125,16 +124,6 @@ QToolButton {
<string>Backup database</string>
</property>
</action>
<action name="actionManage_server">
<property name="icon">
<iconset>
<normalon>:/icons/manage_server.png</normalon>
</iconset>
</property>
<property name="text">
<string>Manage server</string>
</property>
</action>
<action name="actionConfigure_connection">
<property name="icon">
<iconset>
@ -176,6 +165,8 @@ QToolButton {
</property>
</action>
</widget>
<resources/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>