diff options
Diffstat (limited to 'src/generateopenvpnkeydialogbase.ui')
-rw-r--r-- | src/generateopenvpnkeydialogbase.ui | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/src/generateopenvpnkeydialogbase.ui b/src/generateopenvpnkeydialogbase.ui new file mode 100644 index 0000000..438c55a --- /dev/null +++ b/src/generateopenvpnkeydialogbase.ui @@ -0,0 +1,73 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>GenerateOpenvpnKeyDialogBase</class> +<author>Christoph Thielecke</author> +<widget class="QWidget"> + <property name="name"> + <cstring>GenerateOpenvpnKeyDialogBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>416</width> + <height>59</height> + </rect> + </property> + <property name="caption"> + <string>Generate Key</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>File name:</string> + </property> + </widget> + <widget class="KURLRequester" row="0" column="1"> + <property name="name"> + <cstring>FilenameUrlrequester</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Filename to store key</string> + </property> + <property name="whatsThis" stdset="0"> + <string>This is a file where the key should be stored. <br>This file must be used on the remote side too.</string> + </property> + </widget> + </grid> + </widget> + </vbox> + </widget> + </grid> +</widget> +<slots> + <slot>canAccept()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kurlrequester.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |