| <?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>415</width> |
| <height>220</height> |
| </rect> |
| </property> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="windowTitle"> |
| <string>About</string> |
| </property> |
| <property name="windowIcon"> |
| <iconset resource="../../resources.qrc"> |
| <normaloff>:/icons/programicon.png</normaloff>:/icons/programicon.png</iconset> |
| </property> |
| <property name="modal"> |
| <bool>true</bool> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout_2"> |
| <property name="sizeConstraint"> |
| <enum>QLayout::SetFixedSize</enum> |
| </property> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout"> |
| <item> |
| <layout class="QVBoxLayout" name="verticalLayout_3"> |
| <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> |
| <spacer name="verticalSpacer_2"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>40</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </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 notr="true">GoldenDict-ng</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <widget class="QLabel" name="label_2"> |
| <property name="text"> |
| <string notr="true">© 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_4"> |
| <property name="text"> |
| <string notr="true">© 2009-2023 The GoldenDict Developers</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLabel" name="label_5"> |
| <property name="text"> |
| <string notr="true">© 2021-2025 The GoldenDict-ng Community</string> |
| </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> |
| <spacer name="verticalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QLabel" name="versionInfo"> |
| <property name="text"> |
| <string notr="true"/> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| <property name="sizeConstraint"> |
| <enum>QLayout::SetDefaultConstraint</enum> |
| </property> |
| <item> |
| <spacer name="horizontalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="sizeType"> |
| <enum>QSizePolicy::Expanding</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>40</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| <item> |
| <widget class="QPushButton" name="copyInfoBtn"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Copy version info</string> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QDialogButtonBox" name="buttonBox"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Maximum" vsizetype="Expanding"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="orientation"> |
| <enum>Qt::Horizontal</enum> |
| </property> |
| <property name="standardButtons"> |
| <set>QDialogButtonBox::Ok</set> |
| </property> |
| <property name="centerButtons"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </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> |
|
|