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

0001 <ui version="4.0" >
0002  <class>ChartDatabaseSelector</class>
0003  <widget class="QWidget" name="ChartDatabaseSelector" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>198</width>
0009     <height>233</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Database Selector</string>
0014   </property>
0015   <layout class="QVBoxLayout" >
0016    <property name="margin" >
0017     <number>0</number>
0018    </property>
0019    <item>
0020     <widget class="QGroupBox" name="m_areaBox" >
0021      <property name="title" >
0022       <string>Data Area</string>
0023      </property>
0024      <layout class="QGridLayout" >
0025       <item row="0" column="0" >
0026        <widget class="QLabel" name="m_areaLabel" >
0027         <property name="text" >
0028          <string>Area:</string>
0029         </property>
0030         <property name="buddy" >
0031          <cstring>m_cellRegion</cstring>
0032         </property>
0033        </widget>
0034       </item>
0035       <item row="0" column="1" >
0036        <widget class="KLineEdit" name="m_cellRegion" />
0037       </item>
0038       <item row="1" column="0" colspan="2" >
0039        <widget class="QCheckBox" name="m_firstRowAsLabel" >
0040         <property name="text" >
0041          <string>First row as label</string>
0042         </property>
0043        </widget>
0044       </item>
0045       <item row="2" column="0" colspan="2" >
0046        <widget class="QCheckBox" name="m_firstColumnAsLabel" >
0047         <property name="text" >
0048          <string>First column as label</string>
0049         </property>
0050        </widget>
0051       </item>
0052      </layout>
0053     </widget>
0054    </item>
0055    <item>
0056     <widget class="QGroupBox" name="m_formatBox" >
0057      <property name="title" >
0058       <string>Data Format</string>
0059      </property>
0060      <layout class="QVBoxLayout" >
0061       <item>
0062        <widget class="QRadioButton" name="m_dataInRows" >
0063         <property name="text" >
0064          <string>Data sets in rows</string>
0065         </property>
0066        </widget>
0067       </item>
0068       <item>
0069        <widget class="QRadioButton" name="m_dataInColumns" >
0070         <property name="text" >
0071          <string>Data sets in columns</string>
0072         </property>
0073         <property name="checked" >
0074          <bool>true</bool>
0075         </property>
0076        </widget>
0077       </item>
0078      </layout>
0079     </widget>
0080    </item>
0081   </layout>
0082  </widget>
0083  <customwidgets>
0084   <customwidget>
0085    <class>KLineEdit</class>
0086    <extends>QLineEdit</extends>
0087    <header>klineedit.h</header>
0088   </customwidget>
0089  </customwidgets>
0090  <resources/>
0091  <connections/>
0092 </ui>