Warning, /utilities/kronometer/src/gui/fontsettings.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  <class>FontSettings</class>
0004  <widget class="QWidget" name="FontSettings">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>1031</width>
0010     <height>681</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout_5">
0016      <item>
0017       <layout class="QVBoxLayout" name="verticalLayout">
0018        <item>
0019         <layout class="QHBoxLayout" name="horizontalLayout">
0020          <item>
0021           <widget class="QLabel" name="label">
0022            <property name="text">
0023             <string>Hours Font:</string>
0024            </property>
0025            <property name="alignment">
0026             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0027            </property>
0028           </widget>
0029          </item>
0030          <item>
0031           <widget class="KFontRequester" name="kcfg_hourFont">
0032            <property name="sizePolicy">
0033             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0034              <horstretch>0</horstretch>
0035              <verstretch>0</verstretch>
0036             </sizepolicy>
0037            </property>
0038            <property name="font">
0039             <font>
0040              <family>Sans Serif</family>
0041              <pointsize>54</pointsize>
0042              <weight>50</weight>
0043              <italic>false</italic>
0044              <bold>false</bold>
0045             </font>
0046            </property>
0047           </widget>
0048          </item>
0049         </layout>
0050        </item>
0051        <item>
0052         <layout class="QHBoxLayout" name="horizontalLayout_2">
0053          <item>
0054           <widget class="QLabel" name="label_2">
0055            <property name="text">
0056             <string>Minutes Font:</string>
0057            </property>
0058            <property name="alignment">
0059             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0060            </property>
0061           </widget>
0062          </item>
0063          <item>
0064           <widget class="KFontRequester" name="kcfg_minFont">
0065            <property name="sizePolicy">
0066             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0067              <horstretch>0</horstretch>
0068              <verstretch>0</verstretch>
0069             </sizepolicy>
0070            </property>
0071            <property name="font">
0072             <font>
0073              <family>Sans Serif</family>
0074              <pointsize>54</pointsize>
0075              <weight>50</weight>
0076              <italic>false</italic>
0077              <bold>false</bold>
0078             </font>
0079            </property>
0080           </widget>
0081          </item>
0082         </layout>
0083        </item>
0084        <item>
0085         <layout class="QHBoxLayout" name="horizontalLayout_3">
0086          <item>
0087           <widget class="QLabel" name="label_3">
0088            <property name="text">
0089             <string>Seconds Font:</string>
0090            </property>
0091            <property name="alignment">
0092             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0093            </property>
0094           </widget>
0095          </item>
0096          <item>
0097           <widget class="KFontRequester" name="kcfg_secFont">
0098            <property name="sizePolicy">
0099             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0100              <horstretch>0</horstretch>
0101              <verstretch>0</verstretch>
0102             </sizepolicy>
0103            </property>
0104            <property name="font">
0105             <font>
0106              <family>Sans Serif</family>
0107              <pointsize>54</pointsize>
0108              <weight>50</weight>
0109              <italic>false</italic>
0110              <bold>false</bold>
0111             </font>
0112            </property>
0113           </widget>
0114          </item>
0115         </layout>
0116        </item>
0117        <item>
0118         <layout class="QHBoxLayout" name="horizontalLayout_4">
0119          <item>
0120           <widget class="QLabel" name="label_4">
0121            <property name="text">
0122             <string>Second Fractions Font:</string>
0123            </property>
0124            <property name="alignment">
0125             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0126            </property>
0127           </widget>
0128          </item>
0129          <item>
0130           <widget class="KFontRequester" name="kcfg_fracFont">
0131            <property name="sizePolicy">
0132             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
0133              <horstretch>0</horstretch>
0134              <verstretch>0</verstretch>
0135             </sizepolicy>
0136            </property>
0137            <property name="font">
0138             <font>
0139              <family>Sans Serif</family>
0140              <pointsize>54</pointsize>
0141              <weight>50</weight>
0142              <italic>false</italic>
0143              <bold>false</bold>
0144             </font>
0145            </property>
0146           </widget>
0147          </item>
0148         </layout>
0149        </item>
0150       </layout>
0151      </item>
0152      <item>
0153       <spacer name="horizontalSpacer">
0154        <property name="orientation">
0155         <enum>Qt::Horizontal</enum>
0156        </property>
0157        <property name="sizeHint" stdset="0">
0158         <size>
0159          <width>40</width>
0160          <height>20</height>
0161         </size>
0162        </property>
0163       </spacer>
0164      </item>
0165     </layout>
0166    </item>
0167    <item>
0168     <spacer name="verticalSpacer">
0169      <property name="orientation">
0170       <enum>Qt::Vertical</enum>
0171      </property>
0172      <property name="sizeHint" stdset="0">
0173       <size>
0174        <width>20</width>
0175        <height>278</height>
0176       </size>
0177      </property>
0178     </spacer>
0179    </item>
0180   </layout>
0181  </widget>
0182  <customwidgets>
0183   <customwidget>
0184    <class>KFontRequester</class>
0185    <extends>QWidget</extends>
0186    <header>kfontrequester.h</header>
0187   </customwidget>
0188  </customwidgets>
0189  <resources/>
0190  <connections/>
0191 </ui>