2013-06-24 11:36:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SubsurfaceAbout</class>
|
|
|
|
<widget class="QDialog" name="SubsurfaceAbout">
|
|
|
|
<property name="windowModality">
|
|
|
|
<enum>Qt::WindowModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-03-07 05:47:33 +00:00
|
|
|
<width>450</width>
|
|
|
|
<height>355</height>
|
2013-06-24 11:36:38 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>About Subsurface</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../subsurface.qrc">
|
|
|
|
<normaloff>:/subsurface-icon</normaloff>:/subsurface-icon</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="modal">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-07 05:47:33 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2013-06-24 11:36:38 +00:00
|
|
|
<widget class="QLabel" name="subsurfaceIcon">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="../subsurface.qrc">:/subsurface-icon</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-07 05:47:33 +00:00
|
|
|
<item row="1" column="0">
|
2013-06-24 11:36:38 +00:00
|
|
|
<widget class="QLabel" name="aboutLabel">
|
|
|
|
<property name="text">
|
2014-02-08 07:50:39 +00:00
|
|
|
<string/>
|
2013-06-24 11:36:38 +00:00
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::RichText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-07-10 10:03:14 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2013-06-24 11:36:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2017-03-07 05:47:33 +00:00
|
|
|
<item row="2" column="0">
|
2014-02-08 07:50:39 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="licenseButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>&License</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-02-18 21:51:40 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="creditButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Credits</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-08 07:50:39 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="websiteButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Website</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="closeButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-06-24 11:36:38 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-02-18 21:51:40 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>licenseButton</tabstop>
|
|
|
|
<tabstop>creditButton</tabstop>
|
|
|
|
<tabstop>websiteButton</tabstop>
|
|
|
|
<tabstop>closeButton</tabstop>
|
|
|
|
</tabstops>
|
2013-06-24 11:36:38 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../subsurface.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2014-02-08 07:50:39 +00:00
|
|
|
<sender>closeButton</sender>
|
|
|
|
<signal>clicked()</signal>
|
2013-06-24 11:36:38 +00:00
|
|
|
<receiver>SubsurfaceAbout</receiver>
|
2014-02-08 07:50:39 +00:00
|
|
|
<slot>accept()</slot>
|
2013-06-24 11:36:38 +00:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2014-02-08 07:50:39 +00:00
|
|
|
<x>290</x>
|
|
|
|
<y>411</y>
|
2013-06-24 11:36:38 +00:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2014-02-08 07:50:39 +00:00
|
|
|
<x>340</x>
|
|
|
|
<y>409</y>
|
2013-06-24 11:36:38 +00:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|