Warning, /libraries/kreport/src/wrtembed/KReportDetailGroupSectionDialog.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  <comment> * This file is part of the KDE project
0004  * Copyright (C) 2001-2007 by OpenMFG, LLC (info@openmfg.com)
0005  * Copyright (C) 2007-2008 by Adam Pigg (adam@piggz.co.uk)
0006  * Copyright (C) 2012 by Friedrich W. H. Kossebau (kossebau@kde.org)
0007  *
0008  * This library is free software; you can redistribute it and/or
0009  * modify it under the terms of the GNU Lesser General Public
0010  * License as published by the Free Software Foundation; either
0011  * version 2.1 of the License, or (at your option) any later version.
0012  *
0013  * This library is distributed in the hope that it will be useful,
0014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
0016  * Lesser General Public License for more details.
0017  *
0018  * You should have received a copy of the GNU Lesser General Public
0019  * License along with this library.  If not, see http://www.gnu.org/licenses/.</comment>
0020  <class>DetailGroupSectionDialog</class>
0021  <widget class="QWidget" name="DetailGroupSectionDialog">
0022   <property name="geometry">
0023    <rect>
0024     <x>0</x>
0025     <y>0</y>
0026     <width>269</width>
0027     <height>115</height>
0028    </rect>
0029   </property>
0030   <layout class="QFormLayout" name="formLayout">
0031    <item row="0" column="0">
0032     <widget class="QLabel" name="lblColumn">
0033      <property name="text">
0034       <string>Column:</string>
0035      </property>
0036     </widget>
0037    </item>
0038    <item row="0" column="1">
0039     <widget class="QComboBox" name="cbColumn">
0040      <property name="sizePolicy">
0041       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0042        <horstretch>0</horstretch>
0043        <verstretch>0</verstretch>
0044       </sizepolicy>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="1" column="0">
0049     <widget class="QLabel" name="lblSort">
0050      <property name="text">
0051       <string>Sort:</string>
0052      </property>
0053     </widget>
0054    </item>
0055    <item row="1" column="1">
0056     <widget class="QComboBox" name="cbSort">
0057      <property name="sizePolicy">
0058       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0059        <horstretch>0</horstretch>
0060        <verstretch>0</verstretch>
0061       </sizepolicy>
0062      </property>
0063     </widget>
0064    </item>
0065    <item row="2" column="0">
0066     <widget class="QLabel" name="label">
0067      <property name="text">
0068       <string>Show group header:</string>
0069      </property>
0070      <property name="buddy">
0071       <cstring>cbHead</cstring>
0072      </property>
0073     </widget>
0074    </item>
0075    <item row="2" column="1">
0076     <widget class="QCheckBox" name="cbHead">
0077      <property name="text">
0078       <string/>
0079      </property>
0080     </widget>
0081    </item>
0082    <item row="3" column="0">
0083     <widget class="QLabel" name="label_2">
0084      <property name="text">
0085       <string>Show group footer:</string>
0086      </property>
0087      <property name="buddy">
0088       <cstring>cbFoot</cstring>
0089      </property>
0090     </widget>
0091    </item>
0092    <item row="3" column="1">
0093     <widget class="QCheckBox" name="cbFoot">
0094      <property name="text">
0095       <string/>
0096      </property>
0097     </widget>
0098    </item>
0099    <item row="4" column="0">
0100     <widget class="QLabel" name="breakAfterFooterLabel">
0101      <property name="enabled">
0102       <bool>false</bool>
0103      </property>
0104      <property name="text">
0105       <string>Insert page break after group footer:</string>
0106      </property>
0107      <property name="buddy">
0108       <cstring>breakAfterFooter</cstring>
0109      </property>
0110     </widget>
0111    </item>
0112    <item row="4" column="1">
0113     <widget class="QCheckBox" name="breakAfterFooter">
0114      <property name="enabled">
0115       <bool>false</bool>
0116      </property>
0117      <property name="text">
0118       <string/>
0119      </property>
0120     </widget>
0121    </item>
0122    <item row="5" column="0" colspan="2">
0123     <widget class="QDialogButtonBox" name="buttonBox">
0124      <property name="standardButtons">
0125       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0126      </property>
0127     </widget>
0128    </item>
0129   </layout>
0130  </widget>
0131  <resources/>
0132  <connections>
0133   <connection>
0134    <sender>cbFoot</sender>
0135    <signal>toggled(bool)</signal>
0136    <receiver>breakAfterFooter</receiver>
0137    <slot>setEnabled(bool)</slot>
0138    <hints>
0139     <hint type="sourcelabel">
0140      <x>20</x>
0141      <y>20</y>
0142     </hint>
0143     <hint type="destinationlabel">
0144      <x>20</x>
0145      <y>20</y>
0146     </hint>
0147    </hints>
0148   </connection>
0149   <connection>
0150    <sender>cbFoot</sender>
0151    <signal>toggled(bool)</signal>
0152    <receiver>breakAfterFooterLabel</receiver>
0153    <slot>setEnabled(bool)</slot>
0154    <hints>
0155     <hint type="sourcelabel">
0156      <x>20</x>
0157      <y>20</y>
0158     </hint>
0159     <hint type="destinationlabel">
0160      <x>20</x>
0161      <y>20</y>
0162     </hint>
0163    </hints>
0164   </connection>
0165  </connections>
0166 </ui>