Warning, /pim/akonadi/src/widgets/collectiongeneralpropertiespage.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>CollectionGeneralPropertiesPage</class>
0003  <widget class="QWidget" name="CollectionGeneralPropertiesPage" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>400</width>
0009     <height>300</height>
0010    </rect>
0011   </property>
0012   <layout class="QGridLayout" >
0013    <item row="0" column="0" >
0014     <widget class="QLabel" name="label" >
0015      <property name="text" >
0016       <string>&amp;Name:</string>
0017      </property>
0018      <property name="buddy" >
0019       <cstring>nameEdit</cstring>
0020      </property>
0021     </widget>
0022    </item>
0023    <item row="0" column="1" colspan="3" >
0024     <widget class="QLineEdit" name="nameEdit" />
0025    </item>
0026    <item row="1" column="0" colspan="2" >
0027     <widget class="QCheckBox" name="customIconCheckbox" >
0028      <property name="text" >
0029       <string>&amp;Use custom icon:</string>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="1" column="2" >
0034     <widget class="KIconButton" name="customIcon" >
0035      <property name="enabled" >
0036       <bool>false</bool>
0037      </property>
0038      <property name="icon" >
0039       <string>folder</string>
0040      </property>
0041      <property name="iconSize" >
0042       <number>16</number>
0043      </property>
0044     </widget>
0045    </item>
0046    <item row="1" column="3" >
0047     <spacer>
0048      <property name="orientation" >
0049       <enum>Qt::Horizontal</enum>
0050      </property>
0051      <property name="sizeHint" stdset="0" >
0052       <size>
0053        <width>40</width>
0054        <height>20</height>
0055       </size>
0056      </property>
0057     </spacer>
0058    </item>
0059    <item row="2" column="0" colspan="4" >
0060     <widget class="QGroupBox" name="statsBox" >
0061      <property name="title" >
0062       <string>Statistics</string>
0063      </property>
0064      <layout class="QGridLayout" >
0065       <item row="0" column="0" >
0066        <widget class="QLabel" name="label_2" >
0067         <property name="text" >
0068          <string comment="object names" >Content:</string>
0069         </property>
0070        </widget>
0071       </item>
0072       <item row="0" column="1" >
0073        <widget class="QLabel" name="countLabel" >
0074         <property name="text" >
0075          <string>0 objects</string>
0076         </property>
0077        </widget>
0078       </item>
0079       <item row="1" column="0" >
0080        <widget class="QLabel" name="label_3" >
0081         <property name="text" >
0082          <string>Size:</string>
0083         </property>
0084        </widget>
0085       </item>
0086       <item row="1" column="1" >
0087        <widget class="QLabel" name="sizeLabel" >
0088         <property name="text" >
0089          <string>0 Byte</string>
0090         </property>
0091        </widget>
0092       </item>
0093      </layout>
0094     </widget>
0095    </item>
0096    <item row="3" column="2" >
0097     <spacer>
0098      <property name="orientation" >
0099       <enum>Qt::Vertical</enum>
0100      </property>
0101      <property name="sizeHint" stdset="0" >
0102       <size>
0103        <width>20</width>
0104        <height>40</height>
0105       </size>
0106      </property>
0107     </spacer>
0108    </item>
0109   </layout>
0110  </widget>
0111  <customwidgets>
0112   <customwidget>
0113    <class>KIconButton</class>
0114    <extends>QPushButton</extends>
0115    <header>kiconbutton.h</header>
0116   </customwidget>
0117  </customwidgets>
0118  <resources/>
0119  <connections>
0120   <connection>
0121    <sender>customIconCheckbox</sender>
0122    <signal>toggled(bool)</signal>
0123    <receiver>customIcon</receiver>
0124    <slot>setEnabled(bool)</slot>
0125    <hints>
0126     <hint type="sourcelabel" >
0127      <x>115</x>
0128      <y>55</y>
0129     </hint>
0130     <hint type="destinationlabel" >
0131      <x>245</x>
0132      <y>55</y>
0133     </hint>
0134    </hints>
0135   </connection>
0136  </connections>
0137 </ui>