2008-10-20 00:42:06 +00:00
<ui version="4.0" >
2008-10-28 17:55:51 +00:00
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog" >
2008-10-20 00:42:06 +00:00
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
2008-10-28 17:55:51 +00:00
<width>470</width>
<height>481</height>
2008-10-20 00:42:06 +00:00
</rect>
</property>
<property name="windowTitle" >
<string>About openlp.org</string>
</property>
<property name="windowIcon" >
2008-11-08 02:16:46 +00:00
<iconset resource="../images/openlp-2.qrc" >
<normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<layout class="QVBoxLayout" name="AboutDialogLayout" >
<property name="spacing" >
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<property name="margin" >
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<item>
<widget class="QLabel" name="Logo" >
<property name="autoFillBackground" >
2008-10-30 05:05:20 +00:00
<bool>false</bool>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<property name="styleSheet" >
<string notr="true" >background-color: rgb(255, 255, 255);</string>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<property name="frameShape" >
2008-10-30 05:05:20 +00:00
<enum>QFrame::StyledPanel</enum>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<property name="lineWidth" >
<number>1</number>
2008-10-20 00:42:06 +00:00
</property>
<property name="text" >
2008-10-28 17:55:51 +00:00
<string/>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +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>
2008-10-28 17:55:51 +00:00
<property name="scaledContents" >
2008-10-20 00:42:06 +00:00
<bool>false</bool>
</property>
<property name="alignment" >
2008-10-28 17:55:51 +00:00
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
</widget>
</item>
<item>
<widget class="QTabWidget" name="AboutNotebook" >
<property name="currentIndex" >
2008-10-30 05:05:20 +00:00
<number>1</number>
2008-10-28 17:55:51 +00:00
</property>
<widget class="QWidget" name="LicenseTab" >
<attribute name="title" >
<string>License</string>
</attribute>
<layout class="QVBoxLayout" name="LicenseTabLayout" >
<property name="spacing" >
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<property name="margin" >
<number>8</number>
2008-10-20 00:42:06 +00:00
</property>
2008-10-28 17:55:51 +00:00
<item>
<widget class="QLabel" name="CopyrightLabel" >
<property name="text" >
<string>Copyright © 2004-2008 openlp.org Foundation</string>
</property>
</widget>
</item>
<item>
<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>
<property name="alignment" >
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<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>
<property name="alignment" >
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<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>
<property name="alignment" >
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<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>
<property name="alignment" >
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="CreditsTab" >
<attribute name="title" >
<string>Credits</string>
</attribute>
<layout class="QVBoxLayout" name="CreditsTabLayout" >
<item>
<widget class="QScrollArea" name="CreditsScrollArea" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeIncrement" >
<size>
<width>10</width>
<height>10</height>
</size>
</property>
<property name="baseSize" >
<size>
<width>372</width>
<height>391</height>
</size>
</property>
<property name="mouseTracking" >
<bool>true</bool>
</property>
<property name="verticalScrollBarPolicy" >
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="widgetResizable" >
<bool>false</bool>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
<widget class="QWidget" name="CreditsScrollContent" >
<property name="geometry" >
<rect>
2008-10-30 05:05:20 +00:00
<x>6</x>
2008-10-28 17:55:51 +00:00
<y>0</y>
2008-10-30 05:05:20 +00:00
<width>400</width>
2008-10-28 17:55:51 +00:00
<height>760</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="baseSize" >
<size>
2008-10-30 05:05:20 +00:00
<width>400</width>
2008-10-28 17:55:51 +00:00
<height>760</height>
</size>
</property>
<layout class="QVBoxLayout" name="CreditsScrollContentLayout" >
<property name="spacing" >
<number>0</number>
</property>
<property name="margin" >
<number>8</number>
</property>
<item>
<widget class="QLabel" name="CreditsLabel" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>369</width>
<height>391</height>
</size>
</property>
<property name="sizeIncrement" >
<size>
<width>10</width>
<height>10</height>
</size>
</property>
<property name="baseSize" >
<size>
<width>369</width>
<height>760</height>
</size>
</property>
<property name="font" >
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text" >
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2008-10-20 00:42:06 +00:00
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2008-10-28 17:55:51 +00:00
</style></head><body style=" font-family:'DejaVu Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:8pt;"><span style=" font-size:10pt; font-weight:600; text-decoration: underline;">openlp.org 2.0.0</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Copyright © 2004-2008 openlp.org Foundation</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Lead Developer -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Raoul Snyman</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Original Development -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Tim Ebenezer</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Additional Development -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Derek Scotney</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Testing -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Jonathan Corwin</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Scott Hileard</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Ken Marshall</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Duane Pearce</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Andrew (thealok)</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Les Norbo</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Many others in the community</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Documentation -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Raoul Snyman</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Hannah Snyman</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">David Bunce</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Seth Mayo</p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Components Used -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">JCL &amp; JVCL - Project Jedi</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">Mozilla Public License</span></p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Toolbar2000 - JR Software</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">GNU General Public License</span></p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">TBX - Alex Denisov</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">Custom Freeware License</span></p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Graphics 32 - Alex Denisov</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">Mozilla Public License</span></p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">Saturn Component Pack - Saturn Laboratories</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">Mozilla Public License</span></p>
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-weight:600;">- Final Credit -</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">"For God so loved the world that He gave</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">His one and only Son, so that whoever</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">believes in Him will not perish but inherit</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;"><span style=" font-style:italic;">eternal life." -- John 3:16</span></p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">And last but not least, final credit goes to</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">God our Father, for sending His Son to die</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">on the cross, setting us free from sin. We</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">bring this software to you for free because</p>
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'MS Shell Dlg 2'; font-size:10pt;">He has set us free.</p></body></html></string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
2008-10-20 00:42:06 +00:00
</widget>
</widget>
2008-10-28 17:55:51 +00:00
</item>
<item>
<widget class="QWidget" native="1" name="ButtonWidget" >
<layout class="QHBoxLayout" name="ButtonWidgetLayout" >
<property name="spacing" >
<number>8</number>
</property>
<property name="margin" >
<number>0</number>
</property>
<item>
<spacer name="horizontalSpacer" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>275</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="ContributeButton" >
<property name="text" >
<string>Contribute</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="CloseButton" >
<property name="text" >
<string>Close</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
2008-10-20 00:42:06 +00:00
<action name="extContributeItem" >
<property name="text" >
<string>&Contribute</string>
</property>
</action>
</widget>
<tabstops>
2008-10-28 17:55:51 +00:00
<tabstop>CreditsScrollArea</tabstop>
2008-10-20 00:42:06 +00:00
<tabstop>ContributeButton</tabstop>
</tabstops>
<resources>
<include location="../images/openlp-2.qrc" />
2008-10-30 05:05:20 +00:00
<include location="../images/openlp-2.qrc" />
2008-11-08 02:16:46 +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>
2008-10-28 17:55:51 +00:00
<receiver>AboutDialog</receiver>
2008-10-20 00:42:06 +00:00
<slot>close()</slot>
<hints>
<hint type="sourcelabel" >
<x>348</x>
<y>361</y>
</hint>
<hint type="destinationlabel" >
<x>196</x>
<y>189</y>
</hint>
</hints>
</connection>
</connections>
<designerdata>
<property name="gridDeltaX" >
<number>10</number>
</property>
<property name="gridDeltaY" >
<number>10</number>
</property>
<property name="gridSnapX" >
<bool>true</bool>
</property>
<property name="gridSnapY" >
<bool>true</bool>
</property>
<property name="gridVisible" >
<bool>true</bool>
</property>
</designerdata>
</ui>