2009-01-01 10:01:04 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>EditSongDialog</class>
|
|
|
|
<widget class="QWidget" name="EditSongDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>734</width>
|
|
|
|
<height>602</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Song Editor</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../images/openlp-2.qrc">
|
|
|
|
<normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="TopWidget" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>8</x>
|
|
|
|
<y>8</y>
|
|
|
|
<width>711</width>
|
|
|
|
<height>461</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="TextWidget" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>321</width>
|
|
|
|
<height>461</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="TitleLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLineEdit" name="TitleEditItem">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="AlternativeTitleLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Alternative Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLineEdit" name="AlternativeEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="LyricsLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Lyrics:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QTextEdit" name="LyricsTextEdit">
|
|
|
|
<property name="lineWrapMode">
|
|
|
|
<enum>QTextEdit::NoWrap</enum>
|
|
|
|
</property>
|
|
|
|
<property name="acceptRichText">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QWidget" name="Selectedroup" native="true">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>329</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>381</width>
|
|
|
|
<height>431</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QGroupBox" name="AuthorsGroupBox">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2009-01-06 18:36:54 +00:00
|
|
|
<y>0</y>
|
|
|
|
<width>381</width>
|
|
|
|
<height>66</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Authors</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="spacing">
|
2009-01-06 18:36:54 +00:00
|
|
|
<number>2</number>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
<property name="margin">
|
2009-01-06 18:36:54 +00:00
|
|
|
<number>2</number>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="AuthorsSelectionComboItem">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="editable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="insertPolicy">
|
|
|
|
<enum>QComboBox::InsertAlphabetically</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
|
|
|
|
</property>
|
|
|
|
<property name="minimumContentsLength">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="AuthorAddtoSongItem">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>110</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add to Song</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="AddAuthorsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Authors</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QGroupBox" name="SongBookGroup">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2009-01-06 18:36:54 +00:00
|
|
|
<y>65</y>
|
|
|
|
<width>381</width>
|
|
|
|
<height>61</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>SongBook</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="margin">
|
2009-01-06 18:36:54 +00:00
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="SongbookCombo"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="AddSongBookButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Song Book</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-01-01 10:01:04 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QGroupBox" name="TopicGroupBox">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2009-01-06 18:36:54 +00:00
|
|
|
<y>130</y>
|
|
|
|
<width>381</width>
|
|
|
|
<height>66</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Topic</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QComboBox" name="SongTopicCombo"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="AddTopicsToSongButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add to Song</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-01-06 18:36:54 +00:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="AddTopicButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Topic</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QGroupBox" name="SelectedAuthorGroupBox">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2009-01-06 18:36:54 +00:00
|
|
|
<x>0</x>
|
|
|
|
<y>200</y>
|
|
|
|
<width>191</width>
|
|
|
|
<height>231</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Selected Authors</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2009-01-01 10:01:04 +00:00
|
|
|
<item>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QTableWidget" name="AuthorsListView">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QPushButton" name="AuthorRemoveItem">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="text">
|
2009-01-06 18:36:54 +00:00
|
|
|
<string>Remove</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QGroupBox" name="SelectedTopicGroupBox">
|
2009-01-01 10:01:04 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2009-01-06 18:36:54 +00:00
|
|
|
<x>190</x>
|
|
|
|
<y>200</y>
|
|
|
|
<width>181</width>
|
|
|
|
<height>231</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Selected Topics</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2009-01-01 10:01:04 +00:00
|
|
|
<item>
|
2009-01-06 18:36:54 +00:00
|
|
|
<widget class="QTableWidget" name="ToticsListView">
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>true</bool>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
<property name="text">
|
2009-01-06 18:36:54 +00:00
|
|
|
<string>Remove</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2009-01-06 18:36:54 +00:00
|
|
|
<zorder>Selectedroup</zorder>
|
|
|
|
<zorder>TextWidget</zorder>
|
2009-01-01 10:01:04 +00:00
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="ThemeWidget" native="true">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>10</x>
|
|
|
|
<y>520</y>
|
|
|
|
<width>641</width>
|
|
|
|
<height>45</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="ThemeLabel">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>70</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Theme</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="ThemeSelectionComboItem"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="ThemeAddItem">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>110</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add a Theme</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDialogButtonBox" name="ButtonBox">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>500</x>
|
|
|
|
<y>570</y>
|
|
|
|
<width>156</width>
|
|
|
|
<height>27</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>20</x>
|
|
|
|
<y>490</y>
|
|
|
|
<width>311</width>
|
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="VerseOrderLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="VerseOrderLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Verse Order:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="VerseOrderEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
2009-01-06 18:36:54 +00:00
|
|
|
<x>340</x>
|
|
|
|
<y>440</y>
|
|
|
|
<width>381</width>
|
|
|
|
<height>110</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-01-06 18:36:54 +00:00
|
|
|
<layout class="QFormLayout" name="CopyrightLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
2009-01-01 10:01:04 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="CopyrightInfoLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copyright Info:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLineEdit" name="CopyrightEditItem"/>
|
|
|
|
</item>
|
2009-01-06 18:36:54 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="CCLLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>CCL Number:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="CCLNumberEdit"/>
|
|
|
|
</item>
|
2009-01-01 10:01:04 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QPushButton" name="CopyrightInsertItem">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>29</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>©</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../images/openlp-2.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>EditSongDialog</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>607</x>
|
|
|
|
<y>456</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>578</x>
|
|
|
|
<y>-15</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>EditSongDialog</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>549</x>
|
|
|
|
<y>461</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>91</x>
|
|
|
|
<y>-50</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|