editCopy in connection manager
Allows to edit an existing connection as a new one.
This commit is contained in:
parent
f21a59e030
commit
a3ba4d7c98
5 changed files with 37 additions and 9 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>413</width>
|
||||
<height>20</height>
|
||||
<height>30</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
|
|
@ -74,12 +74,13 @@ QToolButton {
|
|||
<addaction name="actionRemove_group"/>
|
||||
<addaction name="actionAdd_Connection"/>
|
||||
<addaction name="actionConfigure_connection"/>
|
||||
<addaction name="actionConfigureCopy"/>
|
||||
<addaction name="actionDelete_connection"/>
|
||||
<addaction name="separator"/>
|
||||
</widget>
|
||||
<action name="actionAdd_Connection">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<iconset>
|
||||
<normaloff>:/icons/add_connection.png</normaloff>:/icons/add_connection.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
@ -88,7 +89,7 @@ QToolButton {
|
|||
</action>
|
||||
<action name="actionDelete_connection">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<iconset>
|
||||
<normaloff>:/icons/delete_connection.png</normaloff>
|
||||
<normalon>:/icons/delete_connection.png</normalon>:/icons/delete_connection.png</iconset>
|
||||
</property>
|
||||
|
|
@ -116,7 +117,7 @@ QToolButton {
|
|||
</action>
|
||||
<action name="actionBackup_database">
|
||||
<property name="icon">
|
||||
<iconset resource="resources.qrc">
|
||||
<iconset>
|
||||
<normaloff>:/icons/backup_database.png</normaloff>
|
||||
<normalon>:/icons/backups.png</normalon>:/icons/backup_database.png</iconset>
|
||||
</property>
|
||||
|
|
@ -164,9 +165,17 @@ QToolButton {
|
|||
<string>Remove group</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionConfigureCopy">
|
||||
<property name="icon">
|
||||
<iconset>
|
||||
<normalon>:/icons/server_configuration.png</normalon>
|
||||
</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Configure copy</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
</resources>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue