diff options
Diffstat (limited to 'src/helpdialogbase.ui')
-rw-r--r-- | src/helpdialogbase.ui | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/src/helpdialogbase.ui b/src/helpdialogbase.ui new file mode 100644 index 0000000..3471810 --- /dev/null +++ b/src/helpdialogbase.ui @@ -0,0 +1,124 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>HelpDialogBase</class> +<widget class="QDialog"> + <property name="name"> + <cstring>HelpDialogBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>604</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>800</width> + <height>600</height> + </size> + </property> + <property name="caption"> + <string>Help</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QTextBrowser" row="0" column="0"> + <property name="name"> + <cstring>kTextEdit1</cstring> + </property> + <property name="text"> + <string><html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:helvetica"> +<p style="margin-top:18px"><a name="topic"><span style="font-size:24pt;font-weight:600">Topics</span></a></p> +<p style="margin-top:16px"><a href="#usage"><span style="font-size:18pt;font-weight:600">1. Usage</span></a></p> +<p style="margin-top:14px"><a href="#connect"><span style="font-size:14pt;font-weight:600">1.1 Connect</span></a></p> +<p style="margin-top:14px"><a href="#disconnect"><span style="font-size:14pt;font-weight:600">1.2 Disconnect</span></a></p> +<p style="margin-top:16px"><a href="#external_help"><span style="font-size:18pt;font-weight:600">2. Getting external help</span></a></p> +<p style="margin-top:14px"><a href="#homepage"><span style="font-size:14pt;font-weight:600">2.1 Homepage</span></a></p> +<p style="margin-top:14px"><a href="#submitting_bugs"><span style="font-size:14pt;font-weight:600">2.2 Submitting bugs</span></a></p> +<p style="margin-top:14px"><a href="#author"><span style="font-size:14pt;font-weight:600">2.3 Author</span></a></p> +<p style="margin-top:16px"><a name="usage"><span style="font-size:18pt;font-weight:600">1. Usage</span></a></p> +<p style="margin-top:14px"><a name="connect"><span style="font-size:14pt;font-weight:600">1.1 Connect</span></a></p> +<p>Start kvpnc and if vpnc-connect/vpnc-disconnect is not installed in /usr/sbin change it in settings. Click on &quot;New profile...&quot; to add a new profile. Enter the new Name in the upcoming dialog, fill in the empty fields and save profile by clicking on &quot;Save profile...&quot;. After enter your VPN data, click on &quot;connect&quot; to connect to your VPN server. By default, kvpnc minimizes into kicker dock after sucessfull connect. <a href="#topic">back to top</a> </p> +<p style="margin-top:14px"><a name="disconnect"><span style="font-size:14pt;font-weight:600">1.2 Disconnect</span></a></p> +<p>To disconnect, click on kicker dock and kvpnc main window will be restored. Then click on &quot;disconnect&quot;. You can also use toolbar icons or menu entries in kicker dock context menu. <a href="#topic">back to top</a> </p> +<p style="margin-top:16px"><a name="external_help"><span style="font-size:18pt;font-weight:600">2. Getting external help</span></a></p> +<p style="margin-top:14px"><a name="homepage"><span style="font-size:14pt;font-weight:600">2.1 Homepage</span></a></p> +<p>Go to <a href="http://home.gna.org/kvpnc/">http://home.gna.org/kvpnc/</a> for new releases, contacts, etc. <a href="#topic">back to top</a> </p> +<p style="margin-top:14px"><a name="sumbitting_bugs"><span style="font-size:14pt;font-weight:600">2.2 Submitting bugs</span></a></p> +<p>Go to <a href="https://gna.org/bugs/?group=kvpnc">https://gna.org/bugs/?group=kvpnc</a> for submitting new bugs or look for open bugs. <a href="#topic">back to top</a> </p> +<p style="margin-top:14px"><a name="author"><span style="font-size:14pt;font-weight:600">2.3 Author</span></a></p> +<p>Send a mail to Christoph Thielecke (<a href="u15119@hs-harz.de">u15119@hs-harz.de</a>) if you have questions, suggestions or wishes. <a href="#topic">back to top</a></p> +</body></html></string> + </property> + </widget> + <widget class="QLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>Layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <spacer> + <property name="name"> + <cstring>Horizontal Spacing2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>buttonClose</cstring> + </property> + <property name="text"> + <string>&Close</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Close dialog</string> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>buttonClose</sender> + <signal>clicked()</signal> + <receiver>HelpDialogBase</receiver> + <slot>accept()</slot> + </connection> +</connections> +<slots> + <slot>closeClicked()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |