Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HelpAbout</class>
<widget class="QDialog" name="HelpAbout">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>391</width>
<height>405</height>
</rect>
</property>
<property name="windowTitle">
<string>About GSLog</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>160</x>
<y>370</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
<property name="icon">
<iconset>
<normaloff>icons/dialog-apply.ico</normaloff>icons/dialog-apply.ico</iconset>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_copyright">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>371</width>
<height>221</height>
</rect>
</property>
<property name="text">
<string>Copyright 2015 Ron Wellsted M0RNW
This file is part of ExamClock.
ExamClock is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ExamClock
GSFamily is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with ExamClock. If not, see <http://www.gnu.org/licenses/>.</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QLabel" name="label_description">
<property name="geometry">
<rect>
<x>10</x>
<y>230</y>
<width>371</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>ExamClock is a program to display the current time, half way point, 10 mins remaining and end time for RSGB licence exams.</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_versions">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>371</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>62</width>
<height>62</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>icons/Logit.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>HelpAbout</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>197</x>
<y>381</y>
</hint>
<hint type="destinationlabel">
<x>195</x>
<y>202</y>
</hint>
</hints>
</connection>
</connections>
</ui>