Add context menu with copy and piCtory actions to revpi search dialog

This commit is contained in:
2023-01-03 13:45:32 +01:00
parent 9ec1f1b622
commit 2400bd6951
4 changed files with 87 additions and 5 deletions

View File

@@ -120,6 +120,21 @@
</widget>
</item>
</layout>
<action name="act_copy_host">
<property name="text">
<string>Copy host name</string>
</property>
</action>
<action name="act_copy_ip">
<property name="text">
<string>Copy IP address</string>
</property>
</action>
<action name="act_open_pictory">
<property name="text">
<string>Open piCtory</string>
</property>
</action>
</widget>
<resources>
<include location="ressources.qrc"/>