Warning, /office/calligra/sheets/dialogs/ConsolidateWidget.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  <author>Stefan Nikolaus &lt;stefan.nikolaus@kdemail.net&gt;</author>
0004  <comment>This file is part of the KDE project.
0005 Copyright 2010 Stefan Nikolaus &lt;stefan.nikolaus@kdemail.net&gt;
0006 
0007 This program is free software; you can redistribute it and/or modify
0008 it under the terms of the GNU General Public License as published by
0009 the Free Software Foundation; either version 2 of the License, or
0010 (at your option) any later version.
0011 
0012 This program is distributed in the hope that it will be useful,
0013 but WITHOUT ANY WARRANTY; without even the implied warranty of
0014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0015 GNU General Public License for more details.
0016 
0017 You should have received a copy of the GNU General Public License
0018 along with this program; if not, write to the Free Software
0019 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
0020 </comment>
0021  <class>ConsolidateWidget</class>
0022  <widget class="QWidget" name="ConsolidateWidget">
0023   <property name="geometry">
0024    <rect>
0025     <x>0</x>
0026     <y>0</y>
0027     <width>270</width>
0028     <height>134</height>
0029    </rect>
0030   </property>
0031   <layout class="QFormLayout" name="formLayout">
0032    <item row="0" column="0">
0033     <widget class="QLabel" name="label">
0034      <property name="text">
0035       <string>Function:</string>
0036      </property>
0037      <property name="buddy">
0038       <cstring>m_function</cstring>
0039      </property>
0040     </widget>
0041    </item>
0042    <item row="0" column="1">
0043     <widget class="KComboBox" name="m_function"/>
0044    </item>
0045    <item row="1" column="0">
0046     <widget class="QLabel" name="label_2">
0047      <property name="text">
0048       <string>Reference:</string>
0049      </property>
0050      <property name="buddy">
0051       <cstring>m_sourceRange</cstring>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="1" column="1">
0056     <widget class="KLineEdit" name="m_sourceRange"/>
0057    </item>
0058    <item row="2" column="0">
0059     <widget class="QLabel" name="label_3">
0060      <property name="text">
0061       <string>Entered references:</string>
0062      </property>
0063      <property name="buddy">
0064       <cstring>m_sourceRanges</cstring>
0065      </property>
0066     </widget>
0067    </item>
0068    <item row="2" column="1">
0069     <layout class="QGridLayout" name="gridLayout">
0070      <item row="0" column="1">
0071       <widget class="QPushButton" name="m_addButton">
0072        <property name="text">
0073         <string>Add</string>
0074        </property>
0075       </widget>
0076      </item>
0077      <item row="1" column="1">
0078       <widget class="QPushButton" name="m_removeButton">
0079        <property name="text">
0080         <string>Remove</string>
0081        </property>
0082       </widget>
0083      </item>
0084      <item row="0" column="0" rowspan="3">
0085       <widget class="QListWidget" name="m_sourceRanges"/>
0086      </item>
0087     </layout>
0088    </item>
0089   </layout>
0090  </widget>
0091  <customwidgets>
0092   <customwidget>
0093    <class>KLineEdit</class>
0094    <extends>QLineEdit</extends>
0095    <header>klineedit.h</header>
0096   </customwidget>
0097   <customwidget>
0098    <class>KComboBox</class>
0099    <extends>QComboBox</extends>
0100    <header>kcombobox.h</header>
0101   </customwidget>
0102  </customwidgets>
0103  <resources/>
0104  <connections/>
0105 </ui>