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

0001 <ui version="4.0" >
0002  <author>Stefan Nikolaus &lt;stefan.nikolaus@kdemail.net></author>
0003  <comment>This file is part of the KDE project.
0004 Copyright (C) 2006 Stefan Nikolaus &lt;stefan.nikolaus@kdemail.net>
0005 
0006 This program is free software; you can redistribute it and/or modify
0007 it under the terms of the GNU General Public License as published by
0008 the Free Software Foundation; either version 2 of the License, or
0009 (at your option) any later version.
0010 
0011 This program is distributed in the hope that it will be useful,
0012 but WITHOUT ANY WARRANTY; without even the implied warranty of
0013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0014 GNU General Public License for more details.
0015 
0016 You should have received a copy of the GNU General Public License
0017 along with this program; if not, write to the Free Software
0018 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
0019 </comment>
0020  <exportmacro></exportmacro>
0021  <class>Calligra::Sheets::SpecialPasteWidget</class>
0022  <widget class="QWidget" name="SpecialPasteWidget" >
0023   <property name="geometry" >
0024    <rect>
0025     <x>0</x>
0026     <y>0</y>
0027     <width>400</width>
0028     <height>182</height>
0029    </rect>
0030   </property>
0031   <layout class="QHBoxLayout" >
0032    <item>
0033     <widget class="QGroupBox" name="groupBox" >
0034      <property name="title" >
0035       <string>Content</string>
0036      </property>
0037      <layout class="QVBoxLayout" >
0038       <item>
0039        <widget class="QRadioButton" name="everythingButton" >
0040         <property name="text" >
0041          <string>Everything</string>
0042         </property>
0043         <property name="checked" >
0044          <bool>true</bool>
0045         </property>
0046        </widget>
0047       </item>
0048       <item>
0049        <widget class="QRadioButton" name="textButton" >
0050         <property name="text" >
0051          <string>Text</string>
0052         </property>
0053        </widget>
0054       </item>
0055       <item>
0056        <widget class="QRadioButton" name="formatButton" >
0057         <property name="text" >
0058          <string>Format</string>
0059         </property>
0060        </widget>
0061       </item>
0062       <item>
0063        <widget class="QRadioButton" name="commentButton" >
0064         <property name="text" >
0065          <string>Comment</string>
0066         </property>
0067        </widget>
0068       </item>
0069       <item>
0070        <widget class="QRadioButton" name="resultButton" >
0071         <property name="text" >
0072          <string>Result</string>
0073         </property>
0074        </widget>
0075       </item>
0076       <item>
0077        <widget class="QRadioButton" name="noBorderButton" >
0078         <property name="text" >
0079          <string>Everything without border</string>
0080         </property>
0081        </widget>
0082       </item>
0083      </layout>
0084     </widget>
0085    </item>
0086    <item>
0087     <widget class="QGroupBox" name="groupBox_2" >
0088      <property name="title" >
0089       <string>Operation</string>
0090      </property>
0091      <layout class="QVBoxLayout" >
0092       <item>
0093        <widget class="QRadioButton" name="overwriteButton" >
0094         <property name="text" >
0095          <string>Overwrite</string>
0096         </property>
0097         <property name="checked" >
0098          <bool>true</bool>
0099         </property>
0100        </widget>
0101       </item>
0102       <item>
0103        <widget class="QRadioButton" name="additionButton" >
0104         <property name="text" >
0105          <string>Addition</string>
0106         </property>
0107        </widget>
0108       </item>
0109       <item>
0110        <widget class="QRadioButton" name="subtractionButton" >
0111         <property name="text" >
0112          <string>Subtraction</string>
0113         </property>
0114        </widget>
0115       </item>
0116       <item>
0117        <widget class="QRadioButton" name="multiplicationButton" >
0118         <property name="text" >
0119          <string>Multiplication</string>
0120         </property>
0121        </widget>
0122       </item>
0123       <item>
0124        <widget class="QRadioButton" name="divisionButton" >
0125         <property name="text" >
0126          <string>Division</string>
0127         </property>
0128        </widget>
0129       </item>
0130      </layout>
0131     </widget>
0132    </item>
0133   </layout>
0134  </widget>
0135  <pixmapfunction></pixmapfunction>
0136  <resources/>
0137  <connections/>
0138 </ui>