diff options
Diffstat (limited to 'src/importprofiledialogbase.ui')
-rw-r--r-- | src/importprofiledialogbase.ui | 126 |
1 files changed, 126 insertions, 0 deletions
diff --git a/src/importprofiledialogbase.ui b/src/importprofiledialogbase.ui new file mode 100644 index 0000000..95535ae --- /dev/null +++ b/src/importprofiledialogbase.ui @@ -0,0 +1,126 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>ImportProfileDialogBase</class> +<author>Christoph Thielecke</author> +<widget class="QWidget"> + <property name="name"> + <cstring>ImportProfileDialogBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>506</width> + <height>137</height> + </rect> + </property> + <property name="caption"> + <string>Import Profile</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout7</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout203</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="text"> + <string><b>Please choose the PCF file:</b></string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout202</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>File name:</string> + </property> + </widget> + <widget class="KURLRequester"> + <property name="name"> + <cstring>FilenameUrlrequester</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>File name of the Cisco profile (*.PCF)</string> + </property> + </widget> + </hbox> + </widget> + </vbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout6</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>spacer35</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>258</width> + <height>21</height> + </size> + </property> + </spacer> + <widget class="QCheckBox"> + <property name="name"> + <cstring>OpenProfileManagerCheckBox</cstring> + </property> + <property name="text"> + <string>open &profile manager after import</string> + </property> + <property name="accel"> + <string>Alt+P</string> + </property> + </widget> + </hbox> + </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> |