1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>AboutWidget</class> 4 <widget class="QWidget" name="AboutWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>501</width> 10 <height>278</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Form</string> 15 </property> 16 <property name="styleSheet"> 17 <string notr="true"/> 18 </property> 19 <layout class="QHBoxLayout" name="horizontalLayout"> 20 <item> 21 <widget class="QTextBrowser" name="textBrowser"/> 22 </item> 23 </layout> 24 </widget> 25 <resources/> 26 <connections/> 27</ui> 28