Warning, /office/calligra/sheets/dialogs/pivotsubtotals.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>PivotSubTotals</class>
0004  <widget class="QWidget" name="PivotSubTotals">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout_2">
0014    <item row="0" column="0">
0015     <layout class="QGridLayout" name="gridLayout">
0016      <item row="0" column="0">
0017       <layout class="QVBoxLayout" name="verticalLayout">
0018        <item>
0019         <widget class="QRadioButton" name="None">
0020          <property name="text">
0021           <string>None</string>
0022          </property>
0023         </widget>
0024        </item>
0025        <item>
0026         <widget class="QRadioButton" name="ManualSelection">
0027          <property name="text">
0028           <string>Manual Selection</string>
0029          </property>
0030         </widget>
0031        </item>
0032       </layout>
0033      </item>
0034      <item row="1" column="0">
0035       <widget class="QListWidget" name="Functions">
0036        <item>
0037         <property name="text">
0038          <string>Sum</string>
0039         </property>
0040        </item>
0041        <item>
0042         <property name="text">
0043          <string>Count</string>
0044         </property>
0045        </item>
0046        <item>
0047         <property name="text">
0048          <string>Average</string>
0049         </property>
0050        </item>
0051        <item>
0052         <property name="text">
0053          <string>Max</string>
0054         </property>
0055        </item>
0056        <item>
0057         <property name="text">
0058          <string>Min</string>
0059         </property>
0060        </item>
0061        <item>
0062         <property name="text">
0063          <string>Product</string>
0064         </property>
0065        </item>
0066       </widget>
0067      </item>
0068      <item row="2" column="0">
0069       <layout class="QHBoxLayout" name="horizontalLayout_2">
0070        <item>
0071         <widget class="QCheckBox" name="SortBy">
0072          <property name="text">
0073           <string>Sort By</string>
0074          </property>
0075         </widget>
0076        </item>
0077        <item>
0078         <widget class="QComboBox" name="LabelSelect"/>
0079        </item>
0080        <item>
0081         <widget class="QComboBox" name="Order">
0082          <item>
0083           <property name="text">
0084            <string>Ascending</string>
0085           </property>
0086          </item>
0087          <item>
0088           <property name="text">
0089            <string>Descending</string>
0090           </property>
0091          </item>
0092         </widget>
0093        </item>
0094       </layout>
0095      </item>
0096      <item row="3" column="0">
0097       <layout class="QHBoxLayout" name="horizontalLayout"/>
0098      </item>
0099     </layout>
0100    </item>
0101   </layout>
0102  </widget>
0103  <resources/>
0104  <connections/>
0105 </ui>