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

0001 <ui version="4.0" >
0002  <author>The KSpread Team &lt;calligra-devel@kde.org></author>
0003  <comment>This file is part of the KDE project
0004 Copyright (C) 2006 The KSpread Team &lt;calligra-devel@kde.org>
0005 
0006 This library is free software; you can redistribute it and/or
0007 modify it under the terms of the GNU Library General Public
0008 License as published by the Free Software Foundation; either
0009 version 2 of the License, or (at your option) any later version.
0010 
0011 This library 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 Library General Public License for more details.
0015 
0016 You should have received a copy of the GNU Library General Public
0017 License along with this library; see the file COPYING.LIB.  If not,
0018 write to the Free Software Foundation, Inc., 51 Franklin Street,
0019 Fifth Floor, Boston, MA 02110-1301, USA.</comment>
0020  <class>FontWidget</class>
0021  <widget class="QWidget" name="FontWidget" >
0022   <property name="geometry" >
0023    <rect>
0024     <x>0</x>
0025     <y>0</y>
0026     <width>600</width>
0027     <height>486</height>
0028    </rect>
0029   </property>
0030   <property name="whatsThis" >
0031    <string>You can select here the font style, size and color, including some additional options like underlined or stroke out text for the current cell text. The lower part of the page gives a preview of the selected text format.
0032 The default font is set for all cells in the Format -> Style Manager menu with the currently used style.</string>
0033   </property>
0034   <layout class="QGridLayout" >
0035    <item row="0" column="1" >
0036     <layout class="QGridLayout" >
0037      <item row="0" column="1" >
0038       <widget class="KComboBox" name="style_combo" >
0039        <property name="whatsThis" >
0040         <string>Choose the style for your font for the currently selected cells. When you select several cells with different styles, the displayed style is set to Varying (No Change) and leaving it that way will keep all your current style settings for each cell. Changing to Roman for example will change all the selected cells style text to Roman.</string>
0041        </property>
0042        <property name="insertPolicy" >
0043         <enum>QComboBox::InsertAtBottom</enum>
0044        </property>
0045        <item>
0046         <property name="text" >
0047          <string>Varying (No Change)</string>
0048         </property>
0049        </item>
0050        <item>
0051         <property name="text" >
0052          <string>Roman</string>
0053         </property>
0054        </item>
0055        <item>
0056         <property name="text" >
0057          <string>Italic</string>
0058         </property>
0059        </item>
0060       </widget>
0061      </item>
0062      <item row="2" column="1" >
0063       <widget class="KComboBox" name="weight_combo" >
0064        <property name="whatsThis" >
0065         <string>Choose the weight for your font for the currently selected cells. When you select several cells with different font weight, the displayed weight is set to Varying (No Change) and leaving it that way will keep all your current weight settings for each cell. Changing to Bold for example will change all the selected cells font weight to Bold.</string>
0066        </property>
0067        <property name="insertPolicy" >
0068         <enum>QComboBox::InsertAtBottom</enum>
0069        </property>
0070        <item>
0071         <property name="text" >
0072          <string>Varying (No Change)</string>
0073         </property>
0074        </item>
0075        <item>
0076         <property name="text" >
0077          <string>Normal</string>
0078         </property>
0079        </item>
0080        <item>
0081         <property name="text" >
0082          <string>Bold</string>
0083         </property>
0084        </item>
0085       </widget>
0086      </item>
0087      <item row="3" column="0" >
0088       <widget class="QLabel" name="textLabel4" >
0089        <property name="text" >
0090         <string>Color:</string>
0091        </property>
0092       </widget>
0093      </item>
0094      <item row="4" column="0" colspan="2" >
0095       <widget class="QCheckBox" name="underline" >
0096        <property name="whatsThis" >
0097         <string>If this is checked, the current cell text will be underlined.</string>
0098        </property>
0099        <property name="text" >
0100         <string>Underline</string>
0101        </property>
0102       </widget>
0103      </item>
0104      <item row="1" column="0" >
0105       <widget class="QLabel" name="textLabel2" >
0106        <property name="text" >
0107         <string>Size:</string>
0108        </property>
0109       </widget>
0110      </item>
0111      <item row="2" column="0" >
0112       <widget class="QLabel" name="textLabel3" >
0113        <property name="text" >
0114         <string>Weight:</string>
0115        </property>
0116       </widget>
0117      </item>
0118      <item row="0" column="0" >
0119       <widget class="QLabel" name="textLabel1" >
0120        <property name="text" >
0121         <string>Style:</string>
0122        </property>
0123       </widget>
0124      </item>
0125      <item row="3" column="1" >
0126       <widget class="KColorButton" name="textColorButton" >
0127        <property name="whatsThis" >
0128         <string>Choose the color for the current cell text. Clicking on the color bar will bring you the standard KDE Select Color dialog where you will be able to choose the new color.</string>
0129        </property>
0130        <property name="text" >
0131         <string/>
0132        </property>
0133       </widget>
0134      </item>
0135      <item row="5" column="0" colspan="2" >
0136       <widget class="QCheckBox" name="strike" >
0137        <property name="whatsThis" >
0138         <string>This will strike out the current cell text if this is checked.</string>
0139        </property>
0140        <property name="text" >
0141         <string>Strike out</string>
0142        </property>
0143       </widget>
0144      </item>
0145      <item row="1" column="1" >
0146       <widget class="KComboBox" name="size_combo" >
0147        <property name="whatsThis" >
0148         <string>Choose the style for your font for the currently selected cells. When you select several cells with different styles, the displayed style is set to Varying (No Change) and leaving it that way will keep all your current style settings for each cell. Changing to Roman for example will change all the selected cells style text to Roman.</string>
0149        </property>
0150        <property name="editable" >
0151         <bool>true</bool>
0152        </property>
0153       </widget>
0154      </item>
0155     </layout>
0156    </item>
0157    <item row="1" column="1" >
0158     <spacer>
0159      <property name="orientation" >
0160       <enum>Qt::Vertical</enum>
0161      </property>
0162      <property name="sizeType" >
0163       <enum>QSizePolicy::Expanding</enum>
0164      </property>
0165      <property name="sizeHint" >
0166       <size>
0167        <width>20</width>
0168        <height>41</height>
0169       </size>
0170      </property>
0171     </spacer>
0172    </item>
0173    <item rowspan="2" row="0" column="0" >
0174     <widget class="QListWidget" name="family_combo" >
0175      <property name="whatsThis" >
0176       <string>This box lists all your available font families. Click on one family to set it in the current cell.</string>
0177      </property>
0178     </widget>
0179    </item>
0180    <item row="2" column="0" colspan="2" >
0181     <widget class="QGroupBox" name="groupBox1" >
0182      <property name="title" >
0183       <string>Preview</string>
0184      </property>
0185      <layout class="QHBoxLayout" >
0186       <item>
0187        <widget class="KLineEdit" name="example_label" >
0188         <property name="sizePolicy" >
0189          <sizepolicy vsizetype="MinimumExpanding" hsizetype="Expanding" >
0190           <horstretch>0</horstretch>
0191           <verstretch>0</verstretch>
0192          </sizepolicy>
0193         </property>
0194         <property name="whatsThis" >
0195          <string>You can see a preview of the font you are choosing for the current cell.</string>
0196         </property>
0197         <property name="alignment" >
0198          <set>Qt::AlignHCenter</set>
0199         </property>
0200        </widget>
0201       </item>
0202      </layout>
0203     </widget>
0204    </item>
0205   </layout>
0206  </widget>
0207   <customwidgets>
0208   <customwidget>
0209    <class>KColorButton</class>
0210    <extends>QPushButton</extends>
0211    <header>kcolorbutton.h</header>
0212   </customwidget>
0213   <customwidget>
0214    <class>KComboBox</class>
0215    <extends>QComboBox</extends>
0216    <header>kcombobox.h</header>
0217   </customwidget>
0218   <customwidget>
0219    <class>KLineEdit</class>
0220    <extends>QLineEdit</extends>
0221    <header>klineedit.h</header>
0222   </customwidget>
0223  </customwidgets>
0224  <tabstops>
0225   <tabstop>family_combo</tabstop>
0226   <tabstop>style_combo</tabstop>
0227   <tabstop>size_combo</tabstop>
0228   <tabstop>weight_combo</tabstop>
0229   <tabstop>textColorButton</tabstop>
0230   <tabstop>underline</tabstop>
0231   <tabstop>strike</tabstop>
0232   <tabstop>example_label</tabstop>
0233  </tabstops>
0234  <resources/>
0235  <connections/>
0236 </ui>