Warning, /office/calligra/sheets/dialogs/SortWidget.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>SortWidget</class>
0022  <widget class="QWidget" name="SortWidget">
0023   <property name="geometry">
0024    <rect>
0025     <x>0</x>
0026     <y>0</y>
0027     <width>450</width>
0028     <height>300</height>
0029    </rect>
0030   </property>
0031   <layout class="QGridLayout" name="gridLayout">
0032    <item row="3" column="2">
0033     <widget class="QPushButton" name="m_addButton">
0034      <property name="text">
0035       <string>Add</string>
0036      </property>
0037     </widget>
0038    </item>
0039    <item row="4" column="2">
0040     <widget class="QPushButton" name="m_removeButton">
0041      <property name="text">
0042       <string>Remove</string>
0043      </property>
0044     </widget>
0045    </item>
0046    <item row="5" column="2">
0047     <widget class="QPushButton" name="m_upButton">
0048      <property name="text">
0049       <string>Move Up</string>
0050      </property>
0051     </widget>
0052    </item>
0053    <item row="3" column="0" rowspan="5" colspan="2">
0054     <widget class="QTableWidget" name="m_tableWidget">
0055      <property name="sizePolicy">
0056       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
0057        <horstretch>0</horstretch>
0058        <verstretch>0</verstretch>
0059       </sizepolicy>
0060      </property>
0061      <property name="minimumSize">
0062       <size>
0063        <width>300</width>
0064        <height>100</height>
0065       </size>
0066      </property>
0067      <property name="editTriggers">
0068       <set>QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
0069      </property>
0070      <property name="alternatingRowColors">
0071       <bool>true</bool>
0072      </property>
0073      <property name="selectionBehavior">
0074       <enum>QAbstractItemView::SelectRows</enum>
0075      </property>
0076      <property name="showGrid">
0077       <bool>false</bool>
0078      </property>
0079      <property name="columnCount">
0080       <number>3</number>
0081      </property>
0082      <attribute name="horizontalHeaderVisible">
0083       <bool>true</bool>
0084      </attribute>
0085      <attribute name="verticalHeaderVisible">
0086       <bool>false</bool>
0087      </attribute>
0088      <column>
0089       <property name="text">
0090        <string>Item</string>
0091       </property>
0092      </column>
0093      <column>
0094       <property name="text">
0095        <string>Sort Order</string>
0096       </property>
0097      </column>
0098      <column>
0099       <property name="text">
0100        <string>Case Sensitivity</string>
0101       </property>
0102      </column>
0103     </widget>
0104    </item>
0105    <item row="6" column="2">
0106     <widget class="QPushButton" name="m_downButton">
0107      <property name="text">
0108       <string>Move Down</string>
0109      </property>
0110     </widget>
0111    </item>
0112    <item row="1" column="0" colspan="3">
0113     <widget class="QCheckBox" name="m_useHeader">
0114      <property name="text">
0115       <string>First row contains column headers</string>
0116      </property>
0117     </widget>
0118    </item>
0119    <item row="0" column="0" colspan="3">
0120     <widget class="QGroupBox" name="groupBox">
0121      <property name="title">
0122       <string>Direction</string>
0123      </property>
0124      <layout class="QVBoxLayout" name="verticalLayout_2">
0125       <item>
0126        <widget class="QRadioButton" name="m_sortHorizontal">
0127         <property name="toolTip">
0128          <string>The data is grouped in columns and gets sorted horizontally by comparing the specified rows in the given order.</string>
0129         </property>
0130         <property name="whatsThis">
0131          <string>The data is grouped in columns. Their rows are compared in the specified order. If the data in two rows is equal, the next given row gets compared until the two column groups differ in one of the rows. Then, the complete column is moved to it final position.</string>
0132         </property>
0133         <property name="text">
0134          <string>Sort data grouped in columns horizontally</string>
0135         </property>
0136        </widget>
0137       </item>
0138       <item>
0139        <widget class="QRadioButton" name="m_sortVertical">
0140         <property name="toolTip">
0141          <string>The data is grouped in rows and gets sorted vertically by comparing the specified columns in the given order.</string>
0142         </property>
0143         <property name="whatsThis">
0144          <string>The data is grouped in rows. Their columns are compared in the specified order. If the data in two columns is equal, the next given column gets compared until the two row groups differ in one of the columns. Then, the complete row is moved to it final position.</string>
0145         </property>
0146         <property name="text">
0147          <string>Sort data grouped in rows vertically</string>
0148         </property>
0149        </widget>
0150       </item>
0151      </layout>
0152     </widget>
0153    </item>
0154   </layout>
0155  </widget>
0156  <tabstops>
0157   <tabstop>m_sortHorizontal</tabstop>
0158   <tabstop>m_sortVertical</tabstop>
0159   <tabstop>m_useHeader</tabstop>
0160   <tabstop>m_tableWidget</tabstop>
0161   <tabstop>m_addButton</tabstop>
0162   <tabstop>m_removeButton</tabstop>
0163   <tabstop>m_upButton</tabstop>
0164   <tabstop>m_downButton</tabstop>
0165  </tabstops>
0166  <resources/>
0167  <connections/>
0168 </ui>