You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
274 lines
8.9 KiB
274 lines
8.9 KiB
15 years ago
|
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
||
|
<class>AddIconDialogBase</class>
|
||
|
<widget class="QDialog">
|
||
|
<property name="name">
|
||
|
<cstring>add_icon_dialog</cstring>
|
||
|
</property>
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>301</width>
|
||
|
<height>218</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="caption">
|
||
|
<string>Add New Icon</string>
|
||
|
</property>
|
||
|
<property name="sizeGripEnabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<grid>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
|
||
|
<widget class="QLabel" row="0" column="0">
|
||
|
<property name="name">
|
||
|
<cstring>type_label</cstring>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Type:</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>AlignVCenter|AlignRight</set>
|
||
|
</property>
|
||
|
<property name="buddy" stdset="0">
|
||
|
<cstring>type_combo</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" row="1" column="0">
|
||
|
<property name="name">
|
||
|
<cstring>size_label</cstring>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Size:</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>AlignVCenter|AlignRight</set>
|
||
|
</property>
|
||
|
<property name="buddy" stdset="0">
|
||
|
<cstring>size_combo</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" row="1" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>size_combo</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" row="4" column="0">
|
||
|
<property name="name">
|
||
|
<cstring>filename_label</cstring>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>File name:</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>AlignVCenter|AlignRight</set>
|
||
|
</property>
|
||
|
<property name="buddy" stdset="0">
|
||
|
<cstring>filename_edit</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" row="2" column="0">
|
||
|
<property name="name">
|
||
|
<cstring>name_label</cstring>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Name:</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>AlignVCenter|AlignRight</set>
|
||
|
</property>
|
||
|
<property name="buddy" stdset="0">
|
||
|
<cstring>name_edit</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" row="5" column="0" rowspan="1" colspan="2">
|
||
|
<property name="name">
|
||
|
<cstring>Line1</cstring>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>HLine</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>Sunken</enum>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLayoutWidget" row="6" column="0" rowspan="1" colspan="2">
|
||
|
<property name="name">
|
||
|
<cstring>Layout1</cstring>
|
||
|
</property>
|
||
|
<hbox>
|
||
|
<property name="name">
|
||
|
<cstring>unnamed</cstring>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
|
||
|
<spacer>
|
||
|
<property name="name">
|
||
|
<cstring>Horizontal Spacing2</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>Expanding</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
<widget class="QPushButton">
|
||
|
<property name="name">
|
||
|
<cstring>okbutton</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&OK</string>
|
||
|
</property>
|
||
|
<property name="autoDefault">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="default">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton">
|
||
|
<property name="name">
|
||
|
<cstring>cancelbutton</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>&Cancel</string>
|
||
|
</property>
|
||
|
<property name="autoDefault">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</hbox>
|
||
|
</widget>
|
||
|
<widget class="KLineEdit" row="2" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>name_edit</cstring>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>unknown</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" row="0" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>type_combo</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" row="4" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>filename_edit</cstring>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy>
|
||
|
<hsizetype>5</hsizetype>
|
||
|
<vsizetype>0</vsizetype>
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>Sunken</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<spacer row="3" column="1">
|
||
|
<property name="name">
|
||
|
<cstring>Spacer22</cstring>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeType">
|
||
|
<enum>Fixed</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</grid>
|
||
|
</widget>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>okbutton</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>add_icon_dialog</receiver>
|
||
|
<slot>accept()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>cancelbutton</sender>
|
||
|
<signal>clicked()</signal>
|
||
|
<receiver>add_icon_dialog</receiver>
|
||
|
<slot>reject()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>name_edit</sender>
|
||
|
<signal>textChanged(const QString&)</signal>
|
||
|
<receiver>add_icon_dialog</receiver>
|
||
|
<slot>somethingChanged()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>type_combo</sender>
|
||
|
<signal>activated(int)</signal>
|
||
|
<receiver>add_icon_dialog</receiver>
|
||
|
<slot>somethingChanged()</slot>
|
||
|
</connection>
|
||
|
<connection>
|
||
|
<sender>size_combo</sender>
|
||
|
<signal>activated(int)</signal>
|
||
|
<receiver>add_icon_dialog</receiver>
|
||
|
<slot>somethingChanged()</slot>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
<tabstops>
|
||
|
<tabstop>type_combo</tabstop>
|
||
|
<tabstop>size_combo</tabstop>
|
||
|
<tabstop>name_edit</tabstop>
|
||
|
<tabstop>okbutton</tabstop>
|
||
|
<tabstop>cancelbutton</tabstop>
|
||
|
</tabstops>
|
||
|
<slots>
|
||
|
<slot>somethingChanged()</slot>
|
||
|
</slots>
|
||
|
<includes>
|
||
|
<include location="global" impldecl="in implementation">kdialog.h</include>
|
||
|
</includes>
|
||
|
<layoutdefaults spacing="6" margin="11"/>
|
||
|
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
||
|
|
||
|
</UI>
|
||
|
|