openlp/resources/forms/about.ui

267 lines
7.8 KiB
Plaintext
Raw Normal View History

2009-10-23 13:17:43 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
2009-10-23 13:17:43 +00:00
<widget class="QDialog" name="AboutDialog">
<property name="geometry">
2008-10-20 00:42:06 +00:00
<rect>
<x>0</x>
<y>0</y>
<width>470</width>
<height>481</height>
2008-10-20 00:42:06 +00:00
</rect>
</property>
2009-10-23 13:17:43 +00:00
<property name="windowTitle">
2008-10-20 00:42:06 +00:00
<string>About openlp.org</string>
</property>
2009-10-23 13:17:43 +00:00
<property name="windowIcon">
<iconset>
<normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<layout class="QVBoxLayout" name="AboutDialogLayout">
<property name="spacing">
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="margin">
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QLabel" name="Logo">
<property name="autoFillBackground">
<bool>false</bool>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="styleSheet">
<string notr="true">background-color: rgb(255, 255, 255);</string>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="lineWidth">
<number>1</number>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="text">
<string/>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="pixmap">
<pixmap resource="../images/openlp-2.qrc">:/graphics/about-new.bmp</pixmap>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="scaledContents">
2008-10-20 00:42:06 +00:00
<bool>false</bool>
</property>
2009-10-23 13:17:43 +00:00
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
2008-10-20 00:42:06 +00:00
</property>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QTabWidget" name="AboutNotebook">
<property name="currentIndex">
<number>0</number>
</property>
2009-10-23 13:17:43 +00:00
<widget class="QWidget" name="LicenseTab">
<attribute name="title">
<string>License</string>
</attribute>
2009-10-23 13:17:43 +00:00
<layout class="QVBoxLayout" name="LicenseTabLayout">
<property name="spacing">
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
2009-10-23 13:17:43 +00:00
<property name="margin">
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QLabel" name="CopyrightLabel">
<property name="text">
<string>Copyright © 2004-2008 openlp.org Foundation</string>
</property>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QLabel" name="AboutAuthors">
<property name="text">
<string>openlp.org is written and maintained by volunteers. If you would like to see more free Christian software being written, please consider contributing by using the button below.</string>
</property>
2009-10-23 13:17:43 +00:00
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
2009-10-23 13:17:43 +00:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QLabel" name="License1Label">
<property name="text">
<string>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 2 of the License, or (at your option) any later version.</string>
</property>
2009-10-23 13:17:43 +00:00
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
2009-10-23 13:17:43 +00:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QLabel" name="License2Label">
<property name="text">
<string>You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.</string>
</property>
2009-10-23 13:17:43 +00:00
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
2009-10-23 13:17:43 +00:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QLabel" name="License3Label">
<property name="text">
<string>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.</string>
</property>
2009-10-23 13:17:43 +00:00
<property name="alignment">
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
2009-10-23 13:17:43 +00:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2009-10-23 13:17:43 +00:00
<item>
<spacer name="LicenseSpacer">
<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>
</widget>
2009-10-23 13:17:43 +00:00
<widget class="QWidget" name="CreditsTab">
<attribute name="title">
<string>Credits</string>
</attribute>
2009-10-23 13:17:43 +00:00
<layout class="QVBoxLayout" name="CreditsTabLayout">
<property name="spacing">
<number>0</number>
</property>
2009-10-23 13:17:43 +00:00
<property name="margin">
<number>8</number>
</property>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="readOnly">
<bool>true</bool>
</property>
2009-10-23 13:17:43 +00:00
<property name="plainText">
<string>Project Lead
2009-10-23 13:17:43 +00:00
Raoul &quot;superfly&quot; Snyman
Developers
2009-10-23 13:17:43 +00:00
Tim &quot;TRB143&quot; Bentley
Jonathan &quot;gushie&quot; Corwin
Scott &quot;sguerrieri&quot; Guerrieri
Raoul &quot;superfly&quot; Snyman
Martin &quot;mijiti&quot; Thompson
Carsten &quot;catini&quot; Tingaard</string>
</property>
</widget>
</item>
</layout>
2008-10-20 00:42:06 +00:00
</widget>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QWidget" name="ButtonWidget" native="true">
<layout class="QHBoxLayout" name="ButtonWidgetLayout">
<property name="spacing">
<number>8</number>
</property>
2009-10-23 13:17:43 +00:00
<property name="margin">
<number>0</number>
</property>
<item>
2009-10-23 13:17:43 +00:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
2009-10-23 13:17:43 +00:00
<property name="sizeHint" stdset="0">
<size>
<width>275</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QPushButton" name="ContributeButton">
<property name="text">
<string>Contribute</string>
</property>
</widget>
</item>
<item>
2009-10-23 13:17:43 +00:00
<widget class="QPushButton" name="CloseButton">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
2009-10-23 13:17:43 +00:00
<action name="extContributeItem">
<property name="text">
2008-10-20 00:42:06 +00:00
<string>&amp;Contribute</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>ContributeButton</tabstop>
</tabstops>
<resources>
2009-10-23 13:17:43 +00:00
<include location="../images/openlp-2.qrc"/>
2008-10-20 00:42:06 +00:00
</resources>
<connections>
<connection>
<sender>CloseButton</sender>
<signal>clicked()</signal>
<receiver>AboutDialog</receiver>
2008-10-20 00:42:06 +00:00
<slot>close()</slot>
<hints>
2009-10-23 13:17:43 +00:00
<hint type="sourcelabel">
2008-10-20 00:42:06 +00:00
<x>348</x>
<y>361</y>
</hint>
2009-10-23 13:17:43 +00:00
<hint type="destinationlabel">
2008-10-20 00:42:06 +00:00
<x>196</x>
<y>189</y>
</hint>
</hints>
</connection>
</connections>
<designerdata>
2009-10-23 13:17:43 +00:00
<property name="gridDeltaX">
2008-10-20 00:42:06 +00:00
<number>10</number>
</property>
2009-10-23 13:17:43 +00:00
<property name="gridDeltaY">
2008-10-20 00:42:06 +00:00
<number>10</number>
</property>
2009-10-23 13:17:43 +00:00
<property name="gridSnapX">
2008-10-20 00:42:06 +00:00
<bool>true</bool>
</property>
2009-10-23 13:17:43 +00:00
<property name="gridSnapY">
2008-10-20 00:42:06 +00:00
<bool>true</bool>
</property>
2009-10-23 13:17:43 +00:00
<property name="gridVisible">
2008-10-20 00:42:06 +00:00
<bool>true</bool>
</property>
</designerdata>
</ui>