Choose connection type (ssh or xml-rpc) in avahisearch dialog

This commit is contained in:
2023-01-07 11:12:58 +01:00
parent 0c7192e1d4
commit d1a0457981
3 changed files with 113 additions and 17 deletions

View File

@@ -135,6 +135,22 @@
<string>Open piCtory</string>
</property>
</action>
<action name="act_connect_ssh">
<property name="text">
<string>Connect via SSH (recommended)</string>
</property>
<property name="toolTip">
<string>Establish a connection via encrypted SSH tunnel</string>
</property>
</action>
<action name="act_connect_xmlrpc">
<property name="text">
<string>Connect via XML-RPC</string>
</property>
<property name="toolTip">
<string>You have to configure your Revolution Pi to accept this chonnections</string>
</property>
</action>
</widget>
<resources>
<include location="ressources.qrc"/>