Warning, /sdk/kdiff3/src/FontChooser.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 0003 <!-- 0004 SPDX-FileCopyrightText: 2022 Michael Reeves reeves.87@gmail.com 0005 SPDX-License-Identifier: GPL-2.0-or-later 0006 --> 0007 0008 <ui version="4.0"> 0009 <class>FontGroupBox</class> 0010 <widget class="QGroupBox" name="FontGroupBox"> 0011 <property name="geometry"> 0012 <rect> 0013 <x>0</x> 0014 <y>0</y> 0015 <width>760</width> 0016 <height>615</height> 0017 </rect> 0018 </property> 0019 <layout class="QVBoxLayout" name="layout"> 0020 <item> 0021 <widget class="QLabel" name="label"> 0022 <property name="text"> 0023 <string>TextLabel</string> 0024 </property> 0025 </widget> 0026 </item> 0027 <item> 0028 <widget class="QPlainTextEdit" name="exampleTextEdit"> 0029 <property name="readOnly"> 0030 <bool>true</bool> 0031 </property> 0032 <property name="plainText"> 0033 <string>The quick brown fox jumps over the river 0034 but the little red hen escapes with a shiver 0035 :-) 0036 </string> 0037 </property> 0038 </widget> 0039 </item> 0040 <item alignment="Qt::AlignRight"> 0041 <widget class="QPushButton" name="selectFont"> 0042 <property name="sizePolicy"> 0043 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0044 <horstretch>0</horstretch> 0045 <verstretch>0</verstretch> 0046 </sizepolicy> 0047 </property> 0048 <property name="text"> 0049 <string comment="Button Title">Change Font</string> 0050 </property> 0051 </widget> 0052 </item> 0053 </layout> 0054 </widget> 0055 <resources/> 0056 <connections/> 0057 </ui>