<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KvpncImportProfileSelectionBase</class> <widget class="TQDialog"> <property name="name"> <cstring>KvpncImportProfileSelectionBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>698</width> <height>457</height> </rect> </property> <property name="caption"> <string>Select profiles</string> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLayoutWidget" row="0" column="0"> <property name="name"> <cstring>layout10</cstring> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>textLabel</cstring> </property> <property name="text"> <string>Select profile for import:</string> </property> </widget> <widget class="KListView"> <property name="name"> <cstring>ImportProfileListView</cstring> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout9</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>ImportGlobalSettingsCheckBox</cstring> </property> <property name="text"> <string>import &global settings</string> </property> <property name="accel"> <string>Alt+G</string> </property> </widget> <widget class="TQCheckBox"> <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> <spacer> <property name="name"> <cstring>spacer3</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>271</width> <height>21</height> </size> </property> </spacer> </hbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout8</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>271</width> <height>21</height> </size> </property> </spacer> <widget class="TQLabel"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Import name prefix:</string> </property> </widget> <widget class="KLineEdit"> <property name="name"> <cstring>ImportNamePrefixLineEdit</cstring> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> </widget> </hbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout7</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KPushButton"> <property name="name"> <cstring>CancelPushButton</cstring> </property> <property name="text"> <string>Cancel</string> </property> </widget> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>260</width> <height>31</height> </size> </property> </spacer> <widget class="KPushButton"> <property name="name"> <cstring>ToggleAllPushButton</cstring> </property> <property name="text"> <string>Togg&le all</string> </property> <property name="accel"> <string>Alt+L</string> </property> </widget> <widget class="KPushButton"> <property name="name"> <cstring>ImportPushButton</cstring> </property> <property name="text"> <string>&Import selected profiles</string> </property> <property name="accel"> <string>Alt+I</string> </property> </widget> </hbox> </widget> </vbox> </widget> </grid> </widget> <connections> <connection> <sender>CancelPushButton</sender> <signal>clicked()</signal> <receiver>KvpncImportProfileSelectionBase</receiver> <slot>reject()</slot> </connection> <connection> <sender>ImportPushButton</sender> <signal>clicked()</signal> <receiver>KvpncImportProfileSelectionBase</receiver> <slot>accept()</slot> </connection> </connections> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>klistview.h</includehint> <includehint>klineedit.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> <includehint>kpushbutton.h</includehint> </includehints> </UI>