<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>About</class> <widget class="QDialog" name="About"> <property name="windowModality"> <enum>Qt::NonModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>400</height> </rect> </property> <property name="windowTitle"> <string>About</string> </property> <property name="modal"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="icon"> <property name="minimumSize"> <size> <width>80</width> <height>80</height> </size> </property> <property name="maximumSize"> <size> <width>80</width> <height>80</height> </size> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources.qrc">:/icons/programicon.png</pixmap> </property> <property name="scaledContents"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="margin"> <number>10</number> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="spacing"> <number>0</number> </property> <item> <widget class="QLabel" name="label"> <property name="text"> <string>GoldenDict dictionary lookup program, version </string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="version"> <property name="accessibleDescription"> <string/> </property> <property name="text"> <string notr="true">#.#</string> </property> <property name="textInteractionFlags"> <set>Qt::TextEditorInteraction</set> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>(c) 2008-2013 Konstantin Isakov (ikm@goldendict.org)</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Licensed under GNU GPLv3 or later</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="qtVersion"> <property name="text"> <string notr="true">Based on Qt #.#.# (GCC #.#, 32/64 bit)</string> </property> <property name="textInteractionFlags"> <set>Qt::TextEditorInteraction</set> </property> </widget> </item> </layout> </item> </layout> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Credits:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> </widget> </item> <item> <widget class="QTextBrowser" name="credits"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Ok</set> </property> <property name="centerButtons"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <resources> <include location="resources.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>About</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>About</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>