Warning, /office/calligra/sheets/dialogs/SortDetailsWidget.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>SortDetailsWidget</class>
0022  <widget class="QWidget" name="SortDetailsWidget">
0023   <property name="geometry">
0024    <rect>
0025     <x>0</x>
0026     <y>0</y>
0027     <width>297</width>
0028     <height>60</height>
0029    </rect>
0030   </property>
0031   <layout class="QGridLayout" name="gridLayout">
0032    <item row="0" column="0">
0033     <widget class="QCheckBox" name="m_useCustomLists">
0034      <property name="text">
0035       <string>Use custom list</string>
0036      </property>
0037     </widget>
0038    </item>
0039    <item row="0" column="1">
0040     <widget class="KComboBox" name="m_customList">
0041      <property name="enabled">
0042       <bool>false</bool>
0043      </property>
0044      <property name="maximumSize">
0045       <size>
0046        <width>300</width>
0047        <height>16777215</height>
0048       </size>
0049      </property>
0050     </widget>
0051    </item>
0052    <item row="1" column="0" colspan="2">
0053     <widget class="QCheckBox" name="m_copyLayout">
0054      <property name="text">
0055       <string>Copy cell formatting (Borders, Colors, Text Style)</string>
0056      </property>
0057     </widget>
0058    </item>
0059   </layout>
0060  </widget>
0061  <customwidgets>
0062   <customwidget>
0063    <class>KComboBox</class>
0064    <extends>QComboBox</extends>
0065    <header>kcombobox.h</header>
0066   </customwidget>
0067  </customwidgets>
0068  <resources/>
0069  <connections>
0070   <connection>
0071    <sender>m_useCustomLists</sender>
0072    <signal>toggled(bool)</signal>
0073    <receiver>m_customList</receiver>
0074    <slot>setEnabled(bool)</slot>
0075    <hints>
0076     <hint type="sourcelabel">
0077      <x>75</x>
0078      <y>16</y>
0079     </hint>
0080     <hint type="destinationlabel">
0081      <x>221</x>
0082      <y>16</y>
0083     </hint>
0084    </hints>
0085   </connection>
0086  </connections>
0087 </ui>