Warning, /frameworks/kwidgetsaddons/src/kfontchooserwidget.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>KFontChooserWidget</class> 0004 <widget class="QWidget" name="KFontChooserWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>1029</width> 0010 <height>838</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>KFontChooserWidget</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout_3"> 0017 <item> 0018 <layout class="QGridLayout" name="gridLayout" rowstretch="1,0,0"> 0019 <property name="verticalSpacing"> 0020 <number>12</number> 0021 </property> 0022 <item row="0" column="0"> 0023 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,0"> 0024 <item> 0025 <layout class="QVBoxLayout" name="fontLayout"> 0026 <item> 0027 <layout class="QHBoxLayout" name="horizontalLayout"> 0028 <item> 0029 <widget class="QCheckBox" name="familyCheckBox"> 0030 <property name="text"> 0031 <string>Font</string> 0032 </property> 0033 </widget> 0034 </item> 0035 <item> 0036 <widget class="QLabel" name="familyLabel"> 0037 <property name="text"> 0038 <string>Font:</string> 0039 </property> 0040 </widget> 0041 </item> 0042 </layout> 0043 </item> 0044 <item> 0045 <widget class="QListWidget" name="familyListWidget"/> 0046 </item> 0047 </layout> 0048 </item> 0049 <item> 0050 <layout class="QVBoxLayout" name="styleLayout"> 0051 <item> 0052 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0053 <item> 0054 <widget class="QCheckBox" name="styleCheckBox"> 0055 <property name="text"> 0056 <string>Font style</string> 0057 </property> 0058 </widget> 0059 </item> 0060 <item> 0061 <widget class="QLabel" name="styleLabel"> 0062 <property name="text"> 0063 <string>Font style:</string> 0064 </property> 0065 </widget> 0066 </item> 0067 </layout> 0068 </item> 0069 <item> 0070 <widget class="QListWidget" name="styleListWidget"/> 0071 </item> 0072 </layout> 0073 </item> 0074 <item> 0075 <layout class="QVBoxLayout" name="verticalLayout_5"> 0076 <item> 0077 <layout class="QHBoxLayout" name="sizeLayout"> 0078 <item> 0079 <widget class="QCheckBox" name="sizeCheckBox"> 0080 <property name="text"> 0081 <string>Size</string> 0082 </property> 0083 </widget> 0084 </item> 0085 <item> 0086 <widget class="QLabel" name="sizeLabel"> 0087 <property name="text"> 0088 <string>Size:</string> 0089 </property> 0090 </widget> 0091 </item> 0092 </layout> 0093 </item> 0094 <item> 0095 <widget class="QCheckBox" name="sizeIsRelativeCheckBox"> 0096 <property name="text"> 0097 <string>Relative</string> 0098 </property> 0099 </widget> 0100 </item> 0101 <item> 0102 <widget class="QDoubleSpinBox" name="sizeSpinBox"/> 0103 </item> 0104 <item> 0105 <widget class="QListWidget" name="sizeListWidget"> 0106 <property name="sizePolicy"> 0107 <sizepolicy hsizetype="Minimum" vsizetype="Expanding"> 0108 <horstretch>0</horstretch> 0109 <verstretch>0</verstretch> 0110 </sizepolicy> 0111 </property> 0112 </widget> 0113 </item> 0114 </layout> 0115 </item> 0116 </layout> 0117 </item> 0118 <item row="1" column="0"> 0119 <layout class="QHBoxLayout" name="sampleTextEditLayout"> 0120 <item> 0121 <widget class="QTextEdit" name="sampleTextEdit"> 0122 <property name="whatsThis"> 0123 <string>This sample text illustrates the current settings. You may edit it to test special characters.</string> 0124 </property> 0125 <property name="acceptRichText"> 0126 <bool>false</bool> 0127 </property> 0128 </widget> 0129 </item> 0130 </layout> 0131 </item> 0132 <item row="2" column="0"> 0133 <widget class="QCheckBox" name="onlyFixedCheckBox"> 0134 <property name="text"> 0135 <string>Show only monospaced fonts</string> 0136 </property> 0137 </widget> 0138 </item> 0139 </layout> 0140 </item> 0141 </layout> 0142 </widget> 0143 <resources/> 0144 <connections/> 0145 </ui>