<ui version="4.0" > <class>About</class> <widget class="QDialog" name="About" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>500</width> <height>327</height> </rect> </property> <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle" > <string>About Ostinato</string> </property> <layout class="QVBoxLayout" > <item> <widget class="QTabWidget" name="tabWidget" > <property name="currentIndex" > <number>0</number> </property> <widget class="QWidget" name="tab" > <attribute name="title" > <string>Ostinato</string> </attribute> <layout class="QVBoxLayout" > <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="label" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="ostinato.qrc" >:/icons/logo.png</pixmap> </property> <property name="scaledContents" > <bool>false</bool> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <layout class="QVBoxLayout" > <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>21</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_4" > <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="ostinato.qrc" >:/icons/name.png</pixmap> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="versionLabel" > <property name="text" > <string>Version/Revision Placeholder</string> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QLabel" name="label_3" > <property name="text" > <string>Copyright (c) 2007-2010 Srivats P.</string> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer> <property name="orientation" > <enum>Qt::Vertical</enum> </property> <property name="sizeHint" > <size> <width>20</width> <height>21</height> </size> </property> </spacer> </item> </layout> </item> </layout> </item> <item> <widget class="QLabel" name="label_5" > <property name="text" > <string>Logo (c): Dhiman Sengupta Icons (c): Mark James (http://www.famfamfam.com/lab/icons/silk/)</string> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_2" > <attribute name="title" > <string>License</string> </attribute> <layout class="QVBoxLayout" > <item> <widget class="QLabel" name="label_2" > <property name="text" > <string><p>This program 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.</p><p>This program 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.</p><p>You should have received a copy of the GNU General Public License along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a></p></string> </property> <property name="textFormat" > <enum>Qt::RichText</enum> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> <property name="wordWrap" > <bool>true</bool> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources> <include location="ostinato.qrc" /> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>About</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>353</x> <y>280</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>262</y> </hint> </hints> </connection> </connections> </ui>