mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-12-29 13:21:35 +01:00
Add context menu with copy and piCtory actions to revpi search dialog
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user