<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>GenerateOpenvpnKeyDialogBase</class> <author>Christoph Thielecke</author> <widget class="TQWidget"> <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="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout3</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout2</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel" 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> <Q_SLOTS> <slot>canAccept()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>kurlrequester.h</includehint> <includehint>klineedit.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> </UI>