2009-03-02 22:35:32 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-10-17 13:29:36 +00:00
|
|
|
<class>SettingsDialog</class>
|
2009-03-02 22:35:32 +00:00
|
|
|
<widget class="QDialog" name="SettingsDialog">
|
|
|
|
<property name="geometry">
|
2008-10-15 18:48:53 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-11-23 21:24:58 +00:00
|
|
|
<width>724</width>
|
|
|
|
<height>502</height>
|
2008-10-15 18:48:53 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-03-02 22:35:32 +00:00
|
|
|
<property name="windowTitle">
|
2008-10-15 18:48:53 +00:00
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
2009-03-02 22:35:32 +00:00
|
|
|
<property name="windowIcon">
|
2011-04-12 17:45:32 +00:00
|
|
|
<iconset>
|
2008-11-08 02:16:46 +00:00
|
|
|
<normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset>
|
|
|
|
</property>
|
2011-04-13 04:55:00 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2011-04-12 17:45:32 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>30</y>
|
2011-04-13 04:55:00 +00:00
|
|
|
<width>691</width>
|
2011-04-12 17:45:32 +00:00
|
|
|
<height>441</height>
|
|
|
|
</rect>
|
2008-10-15 18:48:53 +00:00
|
|
|
</property>
|
2011-04-12 17:45:32 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QStackedWidget" name="tagStackedWidget">
|
2011-04-13 04:55:00 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="page">
|
|
|
|
<widget class="QListWidget" name="settingListWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>211</width>
|
|
|
|
<height>409</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2011-04-12 17:45:32 +00:00
|
|
|
<widget class="QWidget" name="page_2"/>
|
2008-10-17 23:07:43 +00:00
|
|
|
</widget>
|
2011-04-12 17:45:32 +00:00
|
|
|
</item>
|
2011-04-13 04:55:00 +00:00
|
|
|
<item row="1" column="0">
|
2011-04-12 17:45:32 +00:00
|
|
|
<widget class="QDialogButtonBox" name="ButtonsBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
2008-10-17 13:29:36 +00:00
|
|
|
</widget>
|
2011-04-12 17:45:32 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-10-15 18:48:53 +00:00
|
|
|
</widget>
|
2008-10-17 13:29:36 +00:00
|
|
|
<resources>
|
2009-03-02 22:35:32 +00:00
|
|
|
<include location="../images/openlp-2.qrc"/>
|
2008-10-17 13:29:36 +00:00
|
|
|
</resources>
|
2008-10-15 18:48:53 +00:00
|
|
|
<connections>
|
|
|
|
<connection>
|
2008-10-17 13:29:36 +00:00
|
|
|
<sender>ButtonsBox</sender>
|
2008-10-15 18:48:53 +00:00
|
|
|
<signal>accepted()</signal>
|
2008-10-17 13:29:36 +00:00
|
|
|
<receiver>SettingsDialog</receiver>
|
2008-10-15 18:48:53 +00:00
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2009-03-02 22:35:32 +00:00
|
|
|
<hint type="sourcelabel">
|
2008-10-15 18:48:53 +00:00
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
2009-03-02 22:35:32 +00:00
|
|
|
<hint type="destinationlabel">
|
2008-10-15 18:48:53 +00:00
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2008-10-17 13:29:36 +00:00
|
|
|
<sender>ButtonsBox</sender>
|
2008-10-15 18:48:53 +00:00
|
|
|
<signal>rejected()</signal>
|
2008-10-17 13:29:36 +00:00
|
|
|
<receiver>SettingsDialog</receiver>
|
2008-10-15 18:48:53 +00:00
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2009-03-02 22:35:32 +00:00
|
|
|
<hint type="sourcelabel">
|
2008-10-15 18:48:53 +00:00
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
2009-03-02 22:35:32 +00:00
|
|
|
<hint type="destinationlabel">
|
2008-10-15 18:48:53 +00:00
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|