<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> <class>AttachPropertyDialogBase</class> <widget class="QDialog"> <property name="name"> <cstring>AttachPropertyDialogBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>376</width> <height>426</height> </rect> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>11</number> </property> <property name="spacing"> <number>6</number> </property> <widget class="QLabel" row="1" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>display_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QLabel" row="2" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>description_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QLabel" row="3" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>mime_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QLabel" row="4" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>size_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QLabel" row="5" column="1" rowspan="1" colspan="2"> <property name="name"> <cstring>index_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="Line" row="6" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>Line2</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="QLabel" row="1" column="0"> <property name="name"> <cstring>displayLabel_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Comment:</string> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>descriptionLabel_</cstring> </property> <property name="text"> <string>Description:</string> </property> </widget> <widget class="QLabel" row="3" column="0"> <property name="name"> <cstring>mimeLabel_</cstring> </property> <property name="text"> <string>Mime type:</string> </property> </widget> <widget class="QLabel" row="4" column="0"> <property name="name"> <cstring>sizeLabel_</cstring> </property> <property name="text"> <string>File size:</string> </property> </widget> <widget class="QLabel" row="5" column="0"> <property name="name"> <cstring>indexLabel_</cstring> </property> <property name="text"> <string>Index:</string> </property> </widget> <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>filename_</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="textFormat"> <enum>RichText</enum> </property> </widget> <widget class="QLabel" row="0" column="2"> <property name="name"> <cstring>icon_</cstring> </property> <property name="minimumSize"> <size> <width>16</width> <height>16</height> </size> </property> </widget> <widget class="KListView" row="7" column="0" rowspan="1" colspan="3"> <column> <property name="text"> <string>Name</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <column> <property name="text"> <string>Value</string> </property> <property name="clickable"> <bool>true</bool> </property> <property name="resizable"> <bool>true</bool> </property> </column> <property name="name"> <cstring>properties_</cstring> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="resizeMode"> <enum>AllColumns</enum> </property> </widget> <widget class="QLayoutWidget" row="8" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>layout2</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <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>150</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>save_</cstring> </property> <property name="text"> <string>&Save</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>close_</cstring> </property> <property name="text"> <string>&Close</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </hbox> </widget> </grid> </widget> <connections> <connection> <sender>close_</sender> <signal>clicked()</signal> <receiver>AttachPropertyDialogBase</receiver> <slot>accept()</slot> </connection> <connection> <sender>save_</sender> <signal>clicked()</signal> <receiver>AttachPropertyDialogBase</receiver> <slot>saveClicked()</slot> </connection> </connections> <slots> <slot access="protected">saveClicked()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>klistview.h</includehint> </includehints> </UI>