2009-07-24 20:40:34 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-01-01 10:01:04 +00:00
|
|
|
<class>SongBookDialog</class>
|
2009-07-24 20:40:34 +00:00
|
|
|
<widget class="QDialog" name="SongBookDialog">
|
|
|
|
<property name="geometry">
|
2009-01-01 10:01:04 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-07-24 20:40:34 +00:00
|
|
|
<width>367</width>
|
|
|
|
<height>120</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="windowTitle">
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Book Song Maintenance</string>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<layout class="QFormLayout" name="SongBookLayout">
|
|
|
|
<property name="horizontalSpacing">
|
2009-03-09 18:47:37 +00:00
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="verticalSpacing">
|
2009-03-09 18:47:37 +00:00
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="NameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name:</string>
|
2009-03-09 18:47:37 +00:00
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="NameEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="PublisherLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Publisher:</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-24 20:40:34 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="PublisherEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QDialogButtonBox" name="ButtonBox">
|
|
|
|
<property name="orientation">
|
2009-01-01 10:01:04 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2009-07-24 20:40:34 +00:00
|
|
|
<include location="../images/openlp-2.qrc"/>
|
2009-01-01 10:01:04 +00:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>SongBookDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="sourcelabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="destinationlabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>SongBookDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="sourcelabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="destinationlabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|