Warning, /office/calligra/sheets/dialogs/PositionWidget.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>The KSpread Team &lt;calligra-devel@kde.org&gt;</author>
0004  <comment>This file is part of the KDE project
0005 Copyright (C) 2006 The KSpread Team &lt;calligra-devel@kde.org&gt;
0006 
0007 This library is free software; you can redistribute it and/or
0008 modify it under the terms of the GNU Library General Public
0009 License as published by the Free Software Foundation; either
0010 version 2 of the License, or (at your option) any later version.
0011 
0012 This library 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 Library General Public License for more details.
0016 
0017 You should have received a copy of the GNU Library General Public
0018 License along with this library; see the file COPYING.LIB.  If not,
0019 write to the Free Software Foundation, Inc., 51 Franklin Street,
0020 Fifth Floor, Boston, MA 02110-1301, USA.</comment>
0021  <class>PositionWidget</class>
0022  <widget class="QWidget" name="PositionWidget">
0023   <property name="geometry">
0024    <rect>
0025     <x>0</x>
0026     <y>0</y>
0027     <width>783</width>
0028     <height>761</height>
0029    </rect>
0030   </property>
0031   <layout class="QGridLayout">
0032    <item row="0" column="0">
0033     <widget class="QGroupBox" name="horizontalGroup">
0034      <property name="sizePolicy">
0035       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0036        <horstretch>0</horstretch>
0037        <verstretch>0</verstretch>
0038       </sizepolicy>
0039      </property>
0040      <property name="whatsThis">
0041       <string>&lt;qt&gt;Set the content position horizontally in the cell.
0042 &lt;b&gt;Standard&lt;/b&gt; is default and is set from the format you choose.
0043 &lt;b&gt;Left&lt;/b&gt; means the content will be displayed on the left of the cell.
0044 &lt;b&gt;Center&lt;/b&gt; means the content will be in the center horizontally in the cell.
0045 &lt;b&gt;Right&lt;/b&gt; means the content of the cell will be displayed on the right of the cell.&lt;/qt&gt;</string>
0046      </property>
0047      <property name="title">
0048       <string>Horizontal</string>
0049      </property>
0050      <layout class="QGridLayout">
0051       <item row="1" column="0">
0052        <widget class="QRadioButton" name="standard">
0053         <property name="text">
0054          <string>Standard</string>
0055         </property>
0056        </widget>
0057       </item>
0058       <item row="0" column="1">
0059        <widget class="QRadioButton" name="left">
0060         <property name="text">
0061          <string>Left</string>
0062         </property>
0063        </widget>
0064       </item>
0065       <item row="1" column="1">
0066        <widget class="QRadioButton" name="center">
0067         <property name="text">
0068          <string>Center</string>
0069         </property>
0070        </widget>
0071       </item>
0072       <item row="2" column="1">
0073        <widget class="QRadioButton" name="right">
0074         <property name="text">
0075          <string>Right</string>
0076         </property>
0077        </widget>
0078       </item>
0079      </layout>
0080     </widget>
0081    </item>
0082    <item row="0" column="1">
0083     <widget class="QGroupBox" name="buttonGroup2">
0084      <property name="whatsThis">
0085       <string>&lt;qt&gt;Set the content position vertically in the cell.
0086 &lt;b&gt;Top&lt;/b&gt; means the content will be displayed on top of the cell.
0087 &lt;b&gt;Middle&lt;/b&gt; means the content will be in the middle vertically in the cell.
0088 &lt;b&gt;Bottom&lt;/b&gt; means the content of the cell will be displayed at the bottom of the cell.&lt;/qt&gt;</string>
0089      </property>
0090      <property name="title">
0091       <string>Vertical</string>
0092      </property>
0093      <layout class="QVBoxLayout">
0094       <item>
0095        <widget class="QRadioButton" name="top">
0096         <property name="text">
0097          <string>Top</string>
0098         </property>
0099        </widget>
0100       </item>
0101       <item>
0102        <widget class="QRadioButton" name="middle">
0103         <property name="text">
0104          <string>Middle</string>
0105         </property>
0106        </widget>
0107       </item>
0108       <item>
0109        <widget class="QRadioButton" name="bottom">
0110         <property name="text">
0111          <string>Bottom</string>
0112         </property>
0113        </widget>
0114       </item>
0115      </layout>
0116     </widget>
0117    </item>
0118    <item row="1" column="1">
0119     <widget class="QGroupBox" name="groupBox4">
0120      <property name="whatsThis">
0121       <string>Your text will appear oriented in the angle you set here. Positive values will move it counter-clockwise and negative values will move it clockwise.</string>
0122      </property>
0123      <property name="title">
0124       <string>Rotation</string>
0125      </property>
0126      <layout class="QHBoxLayout">
0127       <item>
0128        <widget class="QSlider" name="angleRotation">
0129         <property name="minimum">
0130          <number>-90</number>
0131         </property>
0132         <property name="maximum">
0133          <number>90</number>
0134         </property>
0135         <property name="orientation">
0136          <enum>Qt::Horizontal</enum>
0137         </property>
0138         <property name="tickInterval">
0139          <number>15</number>
0140         </property>
0141        </widget>
0142       </item>
0143       <item>
0144        <widget class="QSpinBox" name="spinBox3">
0145         <property name="suffix">
0146          <string>°</string>
0147         </property>
0148         <property name="minimum">
0149          <number>-90</number>
0150         </property>
0151         <property name="maximum">
0152          <number>90</number>
0153         </property>
0154         <property name="singleStep">
0155          <number>1</number>
0156         </property>
0157        </widget>
0158       </item>
0159      </layout>
0160     </widget>
0161    </item>
0162    <item row="2" column="1">
0163     <widget class="QGroupBox" name="indentGroup">
0164      <property name="whatsThis">
0165       <string>Set the amount of indent that will be used in the cell when you choose the Increase Indent or Decrease Indent actions.</string>
0166      </property>
0167      <property name="title">
0168       <string>Indent</string>
0169      </property>
0170     </widget>
0171    </item>
0172    <item row="2" column="0">
0173     <widget class="QGroupBox" name="groupBox5">
0174      <property name="whatsThis">
0175       <string>When checked, this has the same effect as Format -&gt;Merge Cells. You need to have at least two consecutive cells selected. Those consecutive cells are then merged into a bigger one.
0176 When a merged cell is selected and when you uncheck this, then all cells come back to their original size as before the merging. It has the same effect as Format -&gt; Dissociate Cells.</string>
0177      </property>
0178      <property name="title">
0179       <string>Merge Cells</string>
0180      </property>
0181      <layout class="QHBoxLayout">
0182       <item>
0183        <widget class="QCheckBox" name="mergeCell">
0184         <property name="text">
0185          <string>Merge cells</string>
0186         </property>
0187        </widget>
0188       </item>
0189      </layout>
0190     </widget>
0191    </item>
0192    <item row="3" column="0" colspan="2">
0193     <widget class="QGroupBox" name="sizeCellGroup">
0194      <property name="whatsThis">
0195       <string>The unit used here is the one set in Format -&gt; Page Layout.. dialog.</string>
0196      </property>
0197      <property name="title">
0198       <string>Size of Cell</string>
0199      </property>
0200      <layout class="QGridLayout">
0201       <item row="0" column="1">
0202        <layout class="QGridLayout">
0203         <item row="1" column="0" colspan="3">
0204          <widget class="QCheckBox" name="defaultHeight">
0205           <property name="whatsThis">
0206            <string>If checked, the default height will be used for the cell instead of the value above.</string>
0207           </property>
0208           <property name="text">
0209            <string>Default height (%1)</string>
0210           </property>
0211          </widget>
0212         </item>
0213         <item row="0" column="2">
0214          <spacer>
0215           <property name="orientation">
0216            <enum>Qt::Horizontal</enum>
0217           </property>
0218           <property name="sizeType">
0219            <enum>QSizePolicy::Expanding</enum>
0220           </property>
0221           <property name="sizeHint" stdset="0">
0222            <size>
0223             <width>10</width>
0224             <height>20</height>
0225            </size>
0226           </property>
0227          </spacer>
0228         </item>
0229         <item row="0" column="0">
0230          <widget class="QLabel" name="textLabel3">
0231           <property name="text">
0232            <string>Height:</string>
0233           </property>
0234          </widget>
0235         </item>
0236         <item row="0" column="1">
0237          <widget class="QFrame" name="m_heightPanel">
0238           <property name="whatsThis">
0239            <string>Set the height of the cell.</string>
0240           </property>
0241           <property name="frameShape">
0242            <enum>QFrame::NoFrame</enum>
0243           </property>
0244           <property name="frameShadow">
0245            <enum>QFrame::Plain</enum>
0246           </property>
0247          </widget>
0248         </item>
0249        </layout>
0250       </item>
0251       <item row="0" column="0">
0252        <layout class="QGridLayout">
0253         <item row="1" column="0" colspan="3">
0254          <widget class="QCheckBox" name="defaultWidth">
0255           <property name="whatsThis">
0256            <string>If checked, the default width will be used for the cell instead of the value above.</string>
0257           </property>
0258           <property name="text">
0259            <string>Default width (%1)</string>
0260           </property>
0261          </widget>
0262         </item>
0263         <item row="0" column="2">
0264          <spacer>
0265           <property name="orientation">
0266            <enum>Qt::Horizontal</enum>
0267           </property>
0268           <property name="sizeType">
0269            <enum>QSizePolicy::Expanding</enum>
0270           </property>
0271           <property name="sizeHint" stdset="0">
0272            <size>
0273             <width>16</width>
0274             <height>20</height>
0275            </size>
0276           </property>
0277          </spacer>
0278         </item>
0279         <item row="0" column="1">
0280          <widget class="QFrame" name="m_widthPanel">
0281           <property name="frameShape">
0282            <enum>QFrame::NoFrame</enum>
0283           </property>
0284           <property name="frameShadow">
0285            <enum>QFrame::Plain</enum>
0286           </property>
0287           <property name="lineWidth">
0288            <number>1</number>
0289           </property>
0290          </widget>
0291         </item>
0292         <item row="0" column="0">
0293          <widget class="QLabel" name="textLabel2">
0294           <property name="text">
0295            <string>Width:</string>
0296           </property>
0297          </widget>
0298         </item>
0299        </layout>
0300       </item>
0301      </layout>
0302     </widget>
0303    </item>
0304    <item row="1" column="0">
0305     <widget class="QGroupBox" name="groupBox3">
0306      <property name="whatsThis">
0307       <string>This is only available when the rotation is 0°.
0308 Wrap text wraps the text so it fits in the previous cell size. If this is not checked, the text will stay on one line and the cell size will be adjusted to contain the text.
0309 Vertical text puts your text vertically.</string>
0310      </property>
0311      <property name="title">
0312       <string>Text Option</string>
0313      </property>
0314      <layout class="QVBoxLayout">
0315       <item>
0316        <widget class="QCheckBox" name="multi">
0317         <property name="text">
0318          <string>Wrap text</string>
0319         </property>
0320        </widget>
0321       </item>
0322       <item>
0323        <widget class="QCheckBox" name="vertical">
0324         <property name="text">
0325          <string>Vertical text</string>
0326         </property>
0327        </widget>
0328       </item>
0329       <item>
0330        <widget class="QCheckBox" name="shrinkToFit">
0331         <property name="text">
0332          <string>Shrink to fit</string>
0333         </property>
0334        </widget>
0335       </item>
0336      </layout>
0337     </widget>
0338    </item>
0339   </layout>
0340  </widget>
0341  <tabstops>
0342   <tabstop>standard</tabstop>
0343   <tabstop>left</tabstop>
0344   <tabstop>center</tabstop>
0345   <tabstop>right</tabstop>
0346   <tabstop>top</tabstop>
0347   <tabstop>middle</tabstop>
0348   <tabstop>bottom</tabstop>
0349   <tabstop>multi</tabstop>
0350   <tabstop>angleRotation</tabstop>
0351   <tabstop>spinBox3</tabstop>
0352   <tabstop>mergeCell</tabstop>
0353   <tabstop>defaultWidth</tabstop>
0354   <tabstop>defaultHeight</tabstop>
0355  </tabstops>
0356  <resources/>
0357  <connections/>
0358 </ui>