diff options
Diffstat (limited to 'src/newprofilewizardgeneral.ui')
-rw-r--r-- | src/newprofilewizardgeneral.ui | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/src/newprofilewizardgeneral.ui b/src/newprofilewizardgeneral.ui new file mode 100644 index 0000000..544c69a --- /dev/null +++ b/src/newprofilewizardgeneral.ui @@ -0,0 +1,168 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>NewProfileWizardGeneral</class> +<widget class="QWidget"> + <property name="name"> + <cstring>NewProfileWizardGeneral</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>313</width> + <height>254</height> + </rect> + </property> + <property name="caption"> + <string>New profile wizard general</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout29</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>General settings</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout28</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KLineEdit" row="1" column="1"> + <property name="name"> + <cstring>DescriptionLineEdit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Description of the new profile</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>LabelGateway_2</cstring> + </property> + <property name="text"> + <string>Description:</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 to connect</string> + </property> + <property name="whatsThis" stdset="0"> + <string></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="KLineEdit" row="0" column="1"> + <property name="name"> + <cstring>NameLineEdit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Name for the new profile</string> + </property> + <property name="whatsThis" stdset="0"> + <string></string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>LabelGateway_3</cstring> + </property> + <property name="text"> + <string>Profile name:</string> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer18</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>43</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <spacer row="0" column="1"> + <property name="name"> + <cstring>spacer31</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>41</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="1" column="0"> + <property name="name"> + <cstring>spacer32</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>41</height> + </size> + </property> + </spacer> + </grid> +</widget> +<tabstops> + <tabstop>NameLineEdit</tabstop> + <tabstop>DescriptionLineEdit</tabstop> + <tabstop>gatewayLineEdit</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |