2015-05-19 07:57:52 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>AboutUi</class>
|
2015-05-19 07:57:52 +00:00
|
|
|
<widget class="QDialog" name="AboutUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2015-05-19 10:43:44 +00:00
|
|
|
<width>424</width>
|
|
|
|
<height>258</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="spacing">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="tab">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="versiontab">
|
|
|
|
<attribute name="title">
|
2006-05-07 10:20:43 +00:00
|
|
|
<string>Version</string>
|
|
|
|
</attribute>
|
2015-05-19 07:57:52 +00:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>6</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>11</number>
|
|
|
|
</property>
|
2006-05-07 10:20:43 +00:00
|
|
|
<item>
|
2015-05-19 07:57:52 +00:00
|
|
|
<widget class="QLabel" name="versionLA">
|
|
|
|
<property name="frameShape">
|
2006-05-07 10:20:43 +00:00
|
|
|
<enum>QFrame::Box</enum>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="frameShadow">
|
2006-05-07 10:20:43 +00:00
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="text">
|
2006-05-07 10:20:43 +00:00
|
|
|
<string>Version goes here</string>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="alignment">
|
2006-05-07 10:20:43 +00:00
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="margin">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2012-10-02 09:39:57 +00:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2006-05-07 10:20:43 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-05-19 07:57:52 +00:00
|
|
|
<widget class="QWidget" name="creditstab">
|
|
|
|
<attribute name="title">
|
2006-05-07 10:20:43 +00:00
|
|
|
<string>Credits</string>
|
|
|
|
</attribute>
|
2015-05-19 07:57:52 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>9</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="spacing">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>6</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextBrowser" name="creditsTB"/>
|
2006-05-07 10:20:43 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-05-19 07:57:52 +00:00
|
|
|
<widget class="QWidget" name="copyrighttab">
|
|
|
|
<attribute name="title">
|
2006-05-07 10:20:43 +00:00
|
|
|
<string>Copyright</string>
|
|
|
|
</attribute>
|
2015-05-19 07:57:52 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2006-05-07 10:20:43 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="spacing">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextBrowser" name="copyrightTB"/>
|
2006-05-07 10:20:43 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2015-05-19 07:57:52 +00:00
|
|
|
<widget class="QWidget" name="buildinfotab">
|
|
|
|
<attribute name="title">
|
2012-10-07 15:27:07 +00:00
|
|
|
<string>Build Info</string>
|
|
|
|
</attribute>
|
2015-05-19 07:57:52 +00:00
|
|
|
<layout class="QGridLayout">
|
|
|
|
<property name="margin">
|
2012-10-07 15:27:07 +00:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="spacing">
|
2012-10-07 15:27:07 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextBrowser" name="buildinfoTB"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="releasenotestab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Release Notes</string>
|
|
|
|
</attribute>
|
2015-05-19 10:43:44 +00:00
|
|
|
<layout class="QGridLayout">
|
2015-05-19 07:57:52 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTextBrowser" name="releasenotesTB"/>
|
2012-10-07 15:27:07 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-05-07 10:20:43 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-05-19 07:57:52 +00:00
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2006-05-07 10:20:43 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="orientation">
|
2006-05-07 10:20:43 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="sizeType">
|
2006-05-07 10:20:43 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-05-07 10:20:43 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2006-05-07 10:20:43 +00:00
|
|
|
<item>
|
2015-05-19 07:57:52 +00:00
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2006-05-07 10:20:43 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="text">
|
2006-05-07 10:20:43 +00:00
|
|
|
<string>&Close</string>
|
|
|
|
</property>
|
2015-05-19 07:57:52 +00:00
|
|
|
<property name="default">
|
2006-05-07 10:20:43 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-05-07 10:20:43 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</widget>
|
2006-11-07 17:56:32 +00:00
|
|
|
<includes>
|
2015-05-19 07:57:52 +00:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2006-11-07 17:56:32 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|