Path: blob/master/src/duckstation-qt/aboutdialog.ui
4246 views
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AboutDialog</class> <widget class="QDialog" name="AboutDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>600</width> <height>320</height> </rect> </property> <property name="windowTitle"> <string>About DuckStation</string> </property> <property name="windowIcon"> <iconset resource="resources/icons.qrc"> <normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QWidget" name="iconWidget" native="true"> <layout class="QVBoxLayout" name="iconLayout"> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>1</number> </property> <property name="topMargin"> <number>1</number> </property> <property name="rightMargin"> <number>1</number> </property> <property name="bottomMargin"> <number>1</number> </property> <item> <widget class="QLabel" name="icon"> <property name="maximumSize"> <size> <width>260</width> <height>260</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources/icons.qrc">:/icons/duck.png</pixmap> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer name="iconSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>17</width> <height>156</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <layout class="QVBoxLayout" name="textLayout"> <property name="spacing"> <number>9</number> </property> <property name="leftMargin"> <number>9</number> </property> <property name="topMargin"> <number>9</number> </property> <property name="rightMargin"> <number>9</number> </property> <property name="bottomMargin"> <number>9</number> </property> <item> <widget class="QLabel" name="title"> <property name="font"> <font> <pointsize>14</pointsize> <weight>50</weight> <bold>false</bold> </font> </property> <property name="text"> <string>DuckStation</string> </property> </widget> </item> <item> <widget class="QLabel" name="scmversion"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="description"> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="resources/icons.qrc"/> </resources> <connections/> </ui>