2009-02-17 21:01:27 +00:00
|
|
|
<ui version="4.0" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<class>EditSongDialog</class>
|
2009-03-07 21:38:59 +00:00
|
|
|
<widget class="QDialog" name="EditSongDialog" >
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="geometry" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-02-17 21:01:27 +00:00
|
|
|
<width>786</width>
|
2009-03-07 21:38:59 +00:00
|
|
|
<height>704</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="windowTitle" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Song Editor</string>
|
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="windowIcon" >
|
|
|
|
<iconset resource="../images/openlp-2.qrc" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset>
|
|
|
|
</property>
|
2009-03-07 21:38:59 +00:00
|
|
|
<property name="modal" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<layout class="QVBoxLayout" name="EditSongLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="TopWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="TopLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
2009-01-06 18:36:54 +00:00
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
2009-01-06 18:36:54 +00:00
|
|
|
</property>
|
2009-01-01 10:01:04 +00:00
|
|
|
<item>
|
2009-02-17 21:01:27 +00:00
|
|
|
<widget class="QWidget" native="1" name="TextWidget" >
|
|
|
|
<layout class="QVBoxLayout" name="DetailsLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="TitleLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="TitleEditItem" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="AlternativeTitleLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Alternative Title:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="AlternativeEdit" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="LyricsLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Lyrics:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-07 21:38:59 +00:00
|
|
|
<widget class="QWidget" native="1" name="VerseEditWidget" >
|
|
|
|
<layout class="QVBoxLayout" name="VerseEditLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="VerseListWidget" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="VerseButtonWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="VerseButtonLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="ButtonSpacer" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="AddButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="EditButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="DeleteButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-02-17 21:01:27 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="VerseOrderLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Verse Order:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="VerseOrderEdit" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="CommentsLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Comments:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QTextEdit" name="CommentsEdit" >
|
|
|
|
<property name="sizePolicy" >
|
2009-03-07 21:38:59 +00:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-03-07 21:38:59 +00:00
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>84</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
</widget>
|
2009-02-17 21:01:27 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="ThemeGroupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Theme</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="ThemeLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-01-01 10:01:04 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-02-17 21:01:27 +00:00
|
|
|
<widget class="QWidget" native="1" name="AdditionalWidget" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<layout class="QVBoxLayout" name="AdditionalLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="AuthorsGroupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Authors</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="AuthorsLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="AuthorAddWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="AddAuthorLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="AuthorsSelectionComboItem" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
|
|
|
|
<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>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTableWidget" name="AuthorsListView" >
|
|
|
|
<property name="alternatingRowColors" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="AuthorRemoveWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="AuthorRemoveLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<spacer name="AuthorsSpacer" >
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
2009-02-19 22:25:58 +00:00
|
|
|
<width>40</width>
|
2009-02-17 21:01:27 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="AuthorRemoveItem" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="AddAuthorsButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Manage Authors</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-02-17 21:01:27 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="SongBookGroup" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Song Book</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="SongbookLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QComboBox" name="SongbookCombo" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-02-17 21:01:27 +00:00
|
|
|
</item>
|
|
|
|
<item row="0" column="1" >
|
|
|
|
<widget class="QPushButton" name="AddSongBookButton" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<string>Manage Song Books</string>
|
2009-02-17 21:01:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="TopicGroupBox" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="title" >
|
|
|
|
<string>Topic</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="TopicLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="TopicAddWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="TopicAddLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QComboBox" name="SongTopicCombo" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2009-02-17 21:01:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QPushButton" name="AddTopicsToSongButton" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="text" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<string>Add to Song</string>
|
2009-02-17 21:01:27 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTableWidget" name="ToticsListView" >
|
|
|
|
<property name="alternatingRowColors" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="TopicRemoveWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="TopicRemoveLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<spacer name="TopicsSpacer" >
|
2009-02-17 21:01:27 +00:00
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0" >
|
|
|
|
<size>
|
2009-02-19 22:25:58 +00:00
|
|
|
<width>40</width>
|
2009-02-17 21:01:27 +00:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Remove</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="AddTopicButton" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Manage Topics</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-02-17 21:01:27 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="CopyrightgroupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Copyright Infomaton</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="CopyrightLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="CopyrightWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="CopyLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="CopyrightEditItem" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" native="1" name="CcliWidget" >
|
|
|
|
<layout class="QHBoxLayout" name="CCLILayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="margin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="CCLILabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>CCLI Number:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="CCLNumberEdit" />
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-01-01 10:01:04 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2009-02-17 21:01:27 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="ButtonBox" >
|
|
|
|
<property name="standardButtons" >
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
2009-01-06 19:57:03 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
2009-02-17 21:01:27 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2009-01-01 10:01:04 +00:00
|
|
|
</widget>
|
2009-02-17 21:01:27 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>TitleEditItem</tabstop>
|
|
|
|
<tabstop>AlternativeEdit</tabstop>
|
|
|
|
<tabstop>VerseOrderEdit</tabstop>
|
|
|
|
<tabstop>CommentsEdit</tabstop>
|
|
|
|
<tabstop>ThemeSelectionComboItem</tabstop>
|
|
|
|
<tabstop>ThemeAddItem</tabstop>
|
|
|
|
<tabstop>AuthorAddtoSongItem</tabstop>
|
|
|
|
<tabstop>AuthorsListView</tabstop>
|
|
|
|
<tabstop>AuthorRemoveItem</tabstop>
|
|
|
|
<tabstop>SongbookCombo</tabstop>
|
|
|
|
<tabstop>AddSongBookButton</tabstop>
|
|
|
|
<tabstop>SongTopicCombo</tabstop>
|
|
|
|
<tabstop>ToticsListView</tabstop>
|
|
|
|
<tabstop>pushButton</tabstop>
|
|
|
|
<tabstop>CopyrightEditItem</tabstop>
|
|
|
|
<tabstop>CopyrightInsertItem</tabstop>
|
|
|
|
<tabstop>CCLNumberEdit</tabstop>
|
|
|
|
<tabstop>ButtonBox</tabstop>
|
|
|
|
</tabstops>
|
2009-01-01 10:01:04 +00:00
|
|
|
<resources>
|
2009-02-17 21:01:27 +00:00
|
|
|
<include location="../images/openlp-2.qrc" />
|
2009-01-01 10:01:04 +00:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>EditSongDialog</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
2009-02-17 21:01:27 +00:00
|
|
|
<hint type="sourcelabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>607</x>
|
|
|
|
<y>456</y>
|
|
|
|
</hint>
|
2009-02-17 21:01:27 +00:00
|
|
|
<hint type="destinationlabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>578</x>
|
|
|
|
<y>-15</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>EditSongDialog</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
2009-02-17 21:01:27 +00:00
|
|
|
<hint type="sourcelabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>549</x>
|
|
|
|
<y>461</y>
|
|
|
|
</hint>
|
2009-02-17 21:01:27 +00:00
|
|
|
<hint type="destinationlabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>91</x>
|
|
|
|
<y>-50</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|