diff options
author | Timothy Pearson <[email protected]> | 2011-12-06 12:36:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-06 12:36:58 -0600 |
commit | d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a (patch) | |
tree | e5ce4701bac540038a279b4e208c86390a24ba11 /src/profilegeneraloptionsbase.ui | |
download | kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.tar.gz kvpnc-d08a0ede1d2cb15bb14b0ff75eacf5c682b1fa0a.zip |
Initial import of year-and-a-half-old upstream version 0.9.6a
Diffstat (limited to 'src/profilegeneraloptionsbase.ui')
-rw-r--r-- | src/profilegeneraloptionsbase.ui | 217 |
1 files changed, 217 insertions, 0 deletions
diff --git a/src/profilegeneraloptionsbase.ui b/src/profilegeneraloptionsbase.ui new file mode 100644 index 0000000..713e82c --- /dev/null +++ b/src/profilegeneraloptionsbase.ui @@ -0,0 +1,217 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ProfileGeneralOptionsBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ProfileGeneralOptionsBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>456</width> + <height>240</height> + </rect> + </property> + <property name="caption"> + <string>General</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout49</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout48</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>LabelGateway_2</cstring> + </property> + <property name="text"> + <string>Description:</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>LabelGateway</cstring> + </property> + <property name="text"> + <string>VPN gateway:</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>LabelCommectionType</cstring> + </property> + <property name="text"> + <string>Connection type:</string> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1"> + <property name="name"> + <cstring>gatewayLineEdit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Hostname or IP address of the VPN gateway</string> + </property> + </widget> + <widget class="KLineEdit" row="0" column="1"> + <property name="name"> + <cstring>DescriptionLineEdit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Profile description</string> + </property> + </widget> + <widget class="KComboBox" row="1" column="1"> + <property name="name"> + <cstring>ConnectionTypeComboBox</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Connection type</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This is the connection type of the profile (e.g. Cisco).</string> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer59</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>70</height> + </size> + </property> + </spacer> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout11</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer58</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>92</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KPushButton"> + <property name="name"> + <cstring>RenameSessionPushButton</cstring> + </property> + <property name="text"> + <string>Rena&me</string> + </property> + <property name="accel"> + <string>Alt+M</string> + </property> + <property name="toolTip" stdset="0"> + <string>Rename the current profile</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>SaveSessionPushButton</cstring> + </property> + <property name="text"> + <string>Sa&ve</string> + </property> + <property name="accel"> + <string>Alt+V</string> + </property> + <property name="toolTip" stdset="0"> + <string>Save the current profile</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>DeleteSessionPushButton</cstring> + </property> + <property name="text"> + <string>Dele&te</string> + </property> + <property name="accel"> + <string>Alt+T</string> + </property> + <property name="toolTip" stdset="0"> + <string>Delete the current profile</string> + </property> + </widget> + <widget class="KPushButton"> + <property name="name"> + <cstring>NewSessionPushButton</cstring> + </property> + <property name="text"> + <string>Ne&w</string> + </property> + <property name="accel"> + <string>Alt+W</string> + </property> + <property name="toolTip" stdset="0"> + <string>Create a new profile</string> + </property> + </widget> + </hbox> + </widget> + </vbox> + </widget> + </grid> +</widget> +<tabstops> + <tabstop>DescriptionLineEdit</tabstop> + <tabstop>ConnectionTypeComboBox</tabstop> + <tabstop>gatewayLineEdit</tabstop> + <tabstop>RenameSessionPushButton</tabstop> + <tabstop>SaveSessionPushButton</tabstop> + <tabstop>DeleteSessionPushButton</tabstop> + <tabstop>NewSessionPushButton</tabstop> +</tabstops> +<slots> + <slot>advancedSettingsClicked()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>kcombobox.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |