Warning, /office/calligra/sheets/dialogs/pivotoptions.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PivotOptions</class>
0004  <widget class="QWidget" name="PivotOptions">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>407</width>
0010     <height>292</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0">
0015     <layout class="QVBoxLayout" name="verticalLayout_2">
0016      <item>
0017       <widget class="QLabel" name="label">
0018        <property name="text">
0019         <string>Function</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QLabel" name="label_2">
0025        <property name="text">
0026         <string>Value Type</string>
0027        </property>
0028       </widget>
0029      </item>
0030      <item>
0031       <widget class="QLabel" name="label_3">
0032        <property name="text">
0033         <string>Base Field</string>
0034        </property>
0035       </widget>
0036      </item>
0037      <item>
0038       <widget class="QLabel" name="label_4">
0039        <property name="text">
0040         <string>Base Item</string>
0041        </property>
0042       </widget>
0043      </item>
0044     </layout>
0045    </item>
0046    <item row="0" column="1">
0047     <layout class="QVBoxLayout" name="verticalLayout">
0048      <item>
0049       <widget class="QComboBox" name="SelectFunction">
0050        <item>
0051         <property name="text">
0052          <string>sum</string>
0053         </property>
0054        </item>
0055        <item>
0056         <property name="text">
0057          <string>average</string>
0058         </property>
0059        </item>
0060        <item>
0061         <property name="text">
0062          <string>count</string>
0063         </property>
0064        </item>
0065        <item>
0066         <property name="text">
0067          <string>max</string>
0068         </property>
0069        </item>
0070        <item>
0071         <property name="text">
0072          <string comment="minimum">min</string>
0073         </property>
0074        </item>
0075       </widget>
0076      </item>
0077      <item>
0078       <widget class="QComboBox" name="ValueType">
0079        <item>
0080         <property name="text">
0081          <string>Normal</string>
0082         </property>
0083        </item>
0084        <item>
0085         <property name="text">
0086          <string/>
0087         </property>
0088        </item>
0089       </widget>
0090      </item>
0091      <item>
0092       <widget class="QComboBox" name="BaseField">
0093        <item>
0094         <property name="text">
0095          <string>None</string>
0096         </property>
0097        </item>
0098       </widget>
0099      </item>
0100      <item>
0101       <widget class="QComboBox" name="BaseItem">
0102        <item>
0103         <property name="text">
0104          <string>None</string>
0105         </property>
0106        </item>
0107       </widget>
0108      </item>
0109     </layout>
0110    </item>
0111   </layout>
0112  </widget>
0113  <resources/>
0114  <connections>
0115   <connection>
0116    <sender>ValueType</sender>
0117    <signal>activated(QString)</signal>
0118    <receiver>PivotOptions</receiver>
0119    <slot>show()</slot>
0120    <hints>
0121     <hint type="sourcelabel">
0122      <x>367</x>
0123      <y>166</y>
0124     </hint>
0125     <hint type="destinationlabel">
0126      <x>385</x>
0127      <y>173</y>
0128     </hint>
0129    </hints>
0130   </connection>
0131  </connections>
0132 </ui>