diff options
Diffstat (limited to 'src/kvpncimportprofileselectiondialogbase.ui')
-rw-r--r-- | src/kvpncimportprofileselectiondialogbase.ui | 221 |
1 files changed, 221 insertions, 0 deletions
diff --git a/src/kvpncimportprofileselectiondialogbase.ui b/src/kvpncimportprofileselectiondialogbase.ui new file mode 100644 index 0000000..85e51db --- /dev/null +++ b/src/kvpncimportprofileselectiondialogbase.ui @@ -0,0 +1,221 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>KvpncImportProfileSelectionBase</class> +<widget class="QDialog"> + <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="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout10</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <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="QLayoutWidget"> + <property name="name"> + <cstring>layout9</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox"> + <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="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> + <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="QLayoutWidget"> + <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="QLabel"> + <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="QLayoutWidget"> + <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> |