diff options
Diffstat (limited to 'kcontrol/componentchooser/componentconfig_ui.ui')
-rw-r--r-- | kcontrol/componentchooser/componentconfig_ui.ui | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/kcontrol/componentchooser/componentconfig_ui.ui b/kcontrol/componentchooser/componentconfig_ui.ui new file mode 100644 index 000000000..d6a7bba87 --- /dev/null +++ b/kcontrol/componentchooser/componentconfig_ui.ui @@ -0,0 +1,63 @@ +<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> +<class>ComponentConfig_UI</class> +<widget class="QWidget"> + <property name="name"> + <cstring>ComponentConfig_UI</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>ChooserDocu</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> + </widget> + <widget class="KComboBox"> + <property name="name"> + <cstring>ComponentSelector</cstring> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>0</width> + <height>91</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<includes> + <include location="global" impldecl="in declaration">kcombobox.h</include> + <include location="local" impldecl="in implementation">kdialog.h</include> +</includes> +<layoutdefaults spacing="3" margin="6"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +</UI> |