1<ui version="4.0" > 2 <class>ConfigFont</class> 3 <widget class="QWidget" name="ConfigFont" > 4 <property name="geometry" > 5 <rect> 6 <x>0</x> 7 <y>0</y> 8 <width>546</width> 9 <height>284</height> 10 </rect> 11 </property> 12 <property name="windowTitle" > 13 <string>Fonts</string> 14 </property> 15 <layout class="QVBoxLayout" > 16 <item> 17 <layout class="QHBoxLayout" > 18 <item> 19 <widget class="QLabel" name="Listview_mainentry_label" > 20 <property name="text" > 21 <string>Main Font</string> 22 </property> 23 </widget> 24 </item> 25 <item> 26 <widget class="KFontRequester" name="kcfg_font" > 27 <property name="sampleText" > 28 <string>漢字 かな romaji</string> 29 </property> 30 </widget> 31 </item> 32 </layout> 33 </item> 34 <item> 35 <spacer> 36 <property name="orientation" > 37 <enum>Qt::Vertical</enum> 38 </property> 39 <property name="sizeHint" > 40 <size> 41 <width>20</width> 42 <height>40</height> 43 </size> 44 </property> 45 </spacer> 46 </item> 47 </layout> 48 </widget> 49 <customwidgets> 50 <customwidget> 51 <class>KFontRequester</class> 52 <extends>QWidget</extends> 53 <header>kfontrequester.h</header> 54 </customwidget> 55 </customwidgets> 56 <includes> 57 <include location="local" >kfontrequester.h</include> 58 </includes> 59 <resources/> 60 <connections/> 61</ui> 62