<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>About</class> <widget class="QWidget" name="About"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTextBrowser" name="textBrowser"> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="source"> <url> <string>qrc:/about/about_en</string> </url> </property> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>