diff --git a/resources/forms/authorsdialog.ui b/resources/forms/authorsdialog.ui new file mode 100644 index 000000000..8c6735c7c --- /dev/null +++ b/resources/forms/authorsdialog.ui @@ -0,0 +1,190 @@ + + + AuthorsDialog + + + + 0 + 0 + 387 + 532 + + + + Author Maintenance + + + + + 40 + 490 + 341 + 32 + + + + Exit Screen + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + + + + 20 + 330 + 341 + 158 + + + + Author Details + + + + + + Display Name: + + + + + + + + + + First Name: + + + + + + + + + + Last Name: + + + + + + + + + + Qt::Horizontal + + + + 198 + 20 + + + + + + + + Delete Author + + + + + + + :/services/service_delete.png:/services/service_delete.png + + + + + + + Add Update Author + + + + + + + :/system/system_settings.png:/system/system_settings.png + + + + + + + + + 20 + 500 + 261 + 17 + + + + + + + + + + 20 + 20 + 341 + 301 + + + + true + + + 2 + + + + + + + + + + + buttonBox + accepted() + AuthorsDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + AuthorsDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/resources/forms/bibleimportdialog.py b/resources/forms/bibleimportdialog.py new file mode 100644 index 000000000..8af899b1d --- /dev/null +++ b/resources/forms/bibleimportdialog.py @@ -0,0 +1,240 @@ +# -*- coding: utf-8 -*- + +# Form implementation generated from reading ui file 'bibleimport.ui' +# +# Created: Mon Dec 15 18:34:25 2008 +# by: PyQt4 UI code generator 4.4.3 +# +# WARNING! All changes made in this file will be lost! + +from PyQt4 import QtCore, QtGui + +class Ui_BibleImportDialog(object): + def setupUi(self, BibleImportDialog): + BibleImportDialog.setObjectName("BibleImportDialog") + BibleImportDialog.resize(494, 725) + self.BibleImportButtonBox = QtGui.QDialogButtonBox(BibleImportDialog) + self.BibleImportButtonBox.setGeometry(QtCore.QRect(10, 690, 481, 33)) + self.BibleImportButtonBox.setOrientation(QtCore.Qt.Horizontal) + self.BibleImportButtonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Save) + self.BibleImportButtonBox.setObjectName("BibleImportButtonBox") + self.ImportToolBox = QtGui.QToolBox(BibleImportDialog) + self.ImportToolBox.setGeometry(QtCore.QRect(10, 0, 471, 431)) + self.ImportToolBox.setObjectName("ImportToolBox") + self.FileImportPage = QtGui.QWidget() + self.FileImportPage.setGeometry(QtCore.QRect(0, 0, 461, 361)) + self.FileImportPage.setObjectName("FileImportPage") + self.OSISGroupBox = QtGui.QGroupBox(self.FileImportPage) + self.OSISGroupBox.setGeometry(QtCore.QRect(8, 65, 451, 81)) + self.OSISGroupBox.setObjectName("OSISGroupBox") + self.gridLayout_2 = QtGui.QGridLayout(self.OSISGroupBox) + self.gridLayout_2.setMargin(8) + self.gridLayout_2.setSpacing(8) + self.gridLayout_2.setObjectName("gridLayout_2") + self.LocatioLabel = QtGui.QLabel(self.OSISGroupBox) + self.LocatioLabel.setObjectName("LocatioLabel") + self.gridLayout_2.addWidget(self.LocatioLabel, 0, 0, 1, 1) + self.OSISLocationEdit = QtGui.QLineEdit(self.OSISGroupBox) + self.OSISLocationEdit.setObjectName("OSISLocationEdit") + self.gridLayout_2.addWidget(self.OSISLocationEdit, 0, 1, 1, 1) + self.OsisFileButton = QtGui.QPushButton(self.OSISGroupBox) + icon = QtGui.QIcon() + icon.addPixmap(QtGui.QPixmap("../images/import_load.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) + self.OsisFileButton.setIcon(icon) + self.OsisFileButton.setObjectName("OsisFileButton") + self.gridLayout_2.addWidget(self.OsisFileButton, 0, 2, 1, 1) + self.CVSGroupBox = QtGui.QGroupBox(self.FileImportPage) + self.CVSGroupBox.setGeometry(QtCore.QRect(10, 170, 451, 191)) + self.CVSGroupBox.setObjectName("CVSGroupBox") + self.gridLayout = QtGui.QGridLayout(self.CVSGroupBox) + self.gridLayout.setMargin(8) + self.gridLayout.setSpacing(8) + self.gridLayout.setObjectName("gridLayout") + self.BooksLocationLabel = QtGui.QLabel(self.CVSGroupBox) + self.BooksLocationLabel.setObjectName("BooksLocationLabel") + self.gridLayout.addWidget(self.BooksLocationLabel, 0, 0, 1, 1) + self.VerseLocationLabel = QtGui.QLabel(self.CVSGroupBox) + self.VerseLocationLabel.setObjectName("VerseLocationLabel") + self.gridLayout.addWidget(self.VerseLocationLabel, 4, 0, 1, 1) + self.VerseLocationEdit = QtGui.QLineEdit(self.CVSGroupBox) + self.VerseLocationEdit.setObjectName("VerseLocationEdit") + self.gridLayout.addWidget(self.VerseLocationEdit, 4, 1, 1, 1) + self.BooksLocationEdit = QtGui.QLineEdit(self.CVSGroupBox) + self.BooksLocationEdit.setObjectName("BooksLocationEdit") + self.gridLayout.addWidget(self.BooksLocationEdit, 0, 1, 1, 1) + self.BooksFileButton = QtGui.QPushButton(self.CVSGroupBox) + self.BooksFileButton.setIcon(icon) + self.BooksFileButton.setObjectName("BooksFileButton") + self.gridLayout.addWidget(self.BooksFileButton, 0, 2, 1, 1) + self.VersesFileButton = QtGui.QPushButton(self.CVSGroupBox) + self.VersesFileButton.setIcon(icon) + self.VersesFileButton.setObjectName("VersesFileButton") + self.gridLayout.addWidget(self.VersesFileButton, 4, 2, 1, 1) + self.BibleNameEdit = QtGui.QLineEdit(self.FileImportPage) + self.BibleNameEdit.setGeometry(QtCore.QRect(100, 20, 280, 28)) + self.BibleNameEdit.setObjectName("BibleNameEdit") + self.BibleNameLabel = QtGui.QLabel(self.FileImportPage) + self.BibleNameLabel.setGeometry(QtCore.QRect(18, 20, 98, 22)) + self.BibleNameLabel.setObjectName("BibleNameLabel") + self.ImportToolBox.addItem(self.FileImportPage, "") + self.WebBiblePage = QtGui.QWidget() + self.WebBiblePage.setGeometry(QtCore.QRect(0, 0, 461, 361)) + self.WebBiblePage.setObjectName("WebBiblePage") + self.WebBibleLayout = QtGui.QVBoxLayout(self.WebBiblePage) + self.WebBibleLayout.setSpacing(8) + self.WebBibleLayout.setMargin(8) + self.WebBibleLayout.setObjectName("WebBibleLayout") + self.OptionsGroupBox = QtGui.QGroupBox(self.WebBiblePage) + self.OptionsGroupBox.setObjectName("OptionsGroupBox") + self.OptionsLayout = QtGui.QFormLayout(self.OptionsGroupBox) + self.OptionsLayout.setFieldGrowthPolicy(QtGui.QFormLayout.AllNonFixedFieldsGrow) + self.OptionsLayout.setLabelAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter) + self.OptionsLayout.setFormAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter) + self.OptionsLayout.setMargin(8) + self.OptionsLayout.setSpacing(8) + self.OptionsLayout.setObjectName("OptionsLayout") + self.LocationLabel = QtGui.QLabel(self.OptionsGroupBox) + self.LocationLabel.setObjectName("LocationLabel") + self.OptionsLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.LocationLabel) + self.LocationComboBox = QtGui.QComboBox(self.OptionsGroupBox) + self.LocationComboBox.setObjectName("LocationComboBox") + self.LocationComboBox.addItem(QtCore.QString()) + self.LocationComboBox.setItemText(0, "") + self.LocationComboBox.addItem(QtCore.QString()) + self.OptionsLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.LocationComboBox) + self.TypeLabel = QtGui.QLabel(self.OptionsGroupBox) + self.TypeLabel.setObjectName("TypeLabel") + self.OptionsLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.TypeLabel) + self.TypeComboBox = QtGui.QComboBox(self.OptionsGroupBox) + self.TypeComboBox.setObjectName("TypeComboBox") + self.TypeComboBox.addItem(QtCore.QString()) + self.TypeComboBox.setItemText(0, "") + self.TypeComboBox.addItem(QtCore.QString()) + self.OptionsLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.TypeComboBox) + self.BibleLabel = QtGui.QLabel(self.OptionsGroupBox) + self.BibleLabel.setObjectName("BibleLabel") + self.OptionsLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.BibleLabel) + self.BibleComboBox = QtGui.QComboBox(self.OptionsGroupBox) + self.BibleComboBox.setObjectName("BibleComboBox") + self.BibleComboBox.addItem(QtCore.QString()) + self.BibleComboBox.setItemText(0, "") + self.BibleComboBox.addItem(QtCore.QString()) + self.BibleComboBox.addItem(QtCore.QString()) + self.OptionsLayout.setWidget(2, QtGui.QFormLayout.FieldRole, self.BibleComboBox) + self.WebBibleLayout.addWidget(self.OptionsGroupBox) + self.ProxyGroupBox = QtGui.QGroupBox(self.WebBiblePage) + self.ProxyGroupBox.setObjectName("ProxyGroupBox") + self.ProxySettingsLayout = QtGui.QFormLayout(self.ProxyGroupBox) + self.ProxySettingsLayout.setFieldGrowthPolicy(QtGui.QFormLayout.AllNonFixedFieldsGrow) + self.ProxySettingsLayout.setMargin(8) + self.ProxySettingsLayout.setSpacing(8) + self.ProxySettingsLayout.setObjectName("ProxySettingsLayout") + self.AddressLabel = QtGui.QLabel(self.ProxyGroupBox) + self.AddressLabel.setObjectName("AddressLabel") + self.ProxySettingsLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.AddressLabel) + self.AddressEdit = QtGui.QLineEdit(self.ProxyGroupBox) + self.AddressEdit.setObjectName("AddressEdit") + self.ProxySettingsLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.AddressEdit) + self.UsernameLabel = QtGui.QLabel(self.ProxyGroupBox) + self.UsernameLabel.setObjectName("UsernameLabel") + self.ProxySettingsLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.UsernameLabel) + self.UsernameEdit = QtGui.QLineEdit(self.ProxyGroupBox) + self.UsernameEdit.setObjectName("UsernameEdit") + self.ProxySettingsLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.UsernameEdit) + self.PasswordLabel = QtGui.QLabel(self.ProxyGroupBox) + self.PasswordLabel.setObjectName("PasswordLabel") + self.ProxySettingsLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.PasswordLabel) + self.PasswordEdit = QtGui.QLineEdit(self.ProxyGroupBox) + self.PasswordEdit.setObjectName("PasswordEdit") + self.ProxySettingsLayout.setWidget(2, QtGui.QFormLayout.FieldRole, self.PasswordEdit) + self.WebBibleLayout.addWidget(self.ProxyGroupBox) + self.ImportToolBox.addItem(self.WebBiblePage, "") + self.LicenceDetailsGroupBox = QtGui.QGroupBox(BibleImportDialog) + self.LicenceDetailsGroupBox.setGeometry(QtCore.QRect(10, 435, 471, 151)) + self.LicenceDetailsGroupBox.setMinimumSize(QtCore.QSize(0, 123)) + self.LicenceDetailsGroupBox.setObjectName("LicenceDetailsGroupBox") + self.formLayout = QtGui.QFormLayout(self.LicenceDetailsGroupBox) + self.formLayout.setMargin(8) + self.formLayout.setHorizontalSpacing(8) + self.formLayout.setObjectName("formLayout") + self.VersionNameLabel = QtGui.QLabel(self.LicenceDetailsGroupBox) + self.VersionNameLabel.setObjectName("VersionNameLabel") + self.formLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.VersionNameLabel) + self.VersionNameEdit = QtGui.QLineEdit(self.LicenceDetailsGroupBox) + self.VersionNameEdit.setObjectName("VersionNameEdit") + self.formLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.VersionNameEdit) + self.CopyrightLabel = QtGui.QLabel(self.LicenceDetailsGroupBox) + self.CopyrightLabel.setObjectName("CopyrightLabel") + self.formLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.CopyrightLabel) + self.CopyrightEdit = QtGui.QLineEdit(self.LicenceDetailsGroupBox) + self.CopyrightEdit.setObjectName("CopyrightEdit") + self.formLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.CopyrightEdit) + self.PermisionLabel = QtGui.QLabel(self.LicenceDetailsGroupBox) + self.PermisionLabel.setObjectName("PermisionLabel") + self.formLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.PermisionLabel) + self.PermisionEdit = QtGui.QLineEdit(self.LicenceDetailsGroupBox) + self.PermisionEdit.setObjectName("PermisionEdit") + self.formLayout.setWidget(2, QtGui.QFormLayout.FieldRole, self.PermisionEdit) + self.MessageLabel = QtGui.QLabel(BibleImportDialog) + self.MessageLabel.setGeometry(QtCore.QRect(20, 670, 451, 17)) + self.MessageLabel.setObjectName("MessageLabel") + self.ProgressGroupBox = QtGui.QGroupBox(BibleImportDialog) + self.ProgressGroupBox.setGeometry(QtCore.QRect(10, 600, 471, 70)) + self.ProgressGroupBox.setObjectName("ProgressGroupBox") + self.gridLayout_3 = QtGui.QGridLayout(self.ProgressGroupBox) + self.gridLayout_3.setObjectName("gridLayout_3") + self.ProgressBar = QtGui.QProgressBar(self.ProgressGroupBox) + self.ProgressBar.setProperty("value", QtCore.QVariant(0)) + self.ProgressBar.setInvertedAppearance(False) + self.ProgressBar.setObjectName("ProgressBar") + self.gridLayout_3.addWidget(self.ProgressBar, 0, 0, 1, 1) + + self.retranslateUi(BibleImportDialog) + self.ImportToolBox.setCurrentIndex(0) + QtCore.QMetaObject.connectSlotsByName(BibleImportDialog) + BibleImportDialog.setTabOrder(self.BibleNameEdit, self.OSISLocationEdit) + BibleImportDialog.setTabOrder(self.OSISLocationEdit, self.OsisFileButton) + BibleImportDialog.setTabOrder(self.OsisFileButton, self.BooksLocationEdit) + BibleImportDialog.setTabOrder(self.BooksLocationEdit, self.BooksFileButton) + BibleImportDialog.setTabOrder(self.BooksFileButton, self.VerseLocationEdit) + BibleImportDialog.setTabOrder(self.VerseLocationEdit, self.VersesFileButton) + BibleImportDialog.setTabOrder(self.VersesFileButton, self.LocationComboBox) + BibleImportDialog.setTabOrder(self.LocationComboBox, self.TypeComboBox) + BibleImportDialog.setTabOrder(self.TypeComboBox, self.BibleComboBox) + BibleImportDialog.setTabOrder(self.BibleComboBox, self.AddressEdit) + BibleImportDialog.setTabOrder(self.AddressEdit, self.UsernameEdit) + BibleImportDialog.setTabOrder(self.UsernameEdit, self.PasswordEdit) + BibleImportDialog.setTabOrder(self.PasswordEdit, self.VersionNameEdit) + BibleImportDialog.setTabOrder(self.VersionNameEdit, self.CopyrightEdit) + BibleImportDialog.setTabOrder(self.CopyrightEdit, self.PermisionEdit) + BibleImportDialog.setTabOrder(self.PermisionEdit, self.BibleImportButtonBox) + + def retranslateUi(self, BibleImportDialog): + BibleImportDialog.setWindowTitle(QtGui.QApplication.translate("BibleImportDialog", "Bible Registration", None, QtGui.QApplication.UnicodeUTF8)) + self.OSISGroupBox.setTitle(QtGui.QApplication.translate("BibleImportDialog", "OSIS Bible", None, QtGui.QApplication.UnicodeUTF8)) + self.LocatioLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "File Location:", None, QtGui.QApplication.UnicodeUTF8)) + self.CVSGroupBox.setTitle(QtGui.QApplication.translate("BibleImportDialog", "CVS Bible", None, QtGui.QApplication.UnicodeUTF8)) + self.BooksLocationLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Books Location:", None, QtGui.QApplication.UnicodeUTF8)) + self.VerseLocationLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Verse Location:", None, QtGui.QApplication.UnicodeUTF8)) + self.BibleNameLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Bible Name:", None, QtGui.QApplication.UnicodeUTF8)) + self.ImportToolBox.setItemText(self.ImportToolBox.indexOf(self.FileImportPage), QtGui.QApplication.translate("BibleImportDialog", "File Import Page", None, QtGui.QApplication.UnicodeUTF8)) + self.OptionsGroupBox.setTitle(QtGui.QApplication.translate("BibleImportDialog", "Download Options", None, QtGui.QApplication.UnicodeUTF8)) + self.LocationLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Location:", None, QtGui.QApplication.UnicodeUTF8)) + self.LocationComboBox.setItemText(1, QtGui.QApplication.translate("BibleImportDialog", "CrossWire", None, QtGui.QApplication.UnicodeUTF8)) + self.TypeLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Type:", None, QtGui.QApplication.UnicodeUTF8)) + self.TypeComboBox.setItemText(1, QtGui.QApplication.translate("BibleImportDialog", "Download As Needed", None, QtGui.QApplication.UnicodeUTF8)) + self.BibleLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Bible:", None, QtGui.QApplication.UnicodeUTF8)) + self.BibleComboBox.setItemText(1, QtGui.QApplication.translate("BibleImportDialog", "NIV", None, QtGui.QApplication.UnicodeUTF8)) + self.BibleComboBox.setItemText(2, QtGui.QApplication.translate("BibleImportDialog", "KJV", None, QtGui.QApplication.UnicodeUTF8)) + self.ProxyGroupBox.setTitle(QtGui.QApplication.translate("BibleImportDialog", "Proxy Settings (Optional)", None, QtGui.QApplication.UnicodeUTF8)) + self.AddressLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Proxy Address:", None, QtGui.QApplication.UnicodeUTF8)) + self.UsernameLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Username:", None, QtGui.QApplication.UnicodeUTF8)) + self.PasswordLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Password:", None, QtGui.QApplication.UnicodeUTF8)) + self.ImportToolBox.setItemText(self.ImportToolBox.indexOf(self.WebBiblePage), QtGui.QApplication.translate("BibleImportDialog", "Web Bible Import page", None, QtGui.QApplication.UnicodeUTF8)) + self.LicenceDetailsGroupBox.setTitle(QtGui.QApplication.translate("BibleImportDialog", "Licence Details", None, QtGui.QApplication.UnicodeUTF8)) + self.VersionNameLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Version Name:", None, QtGui.QApplication.UnicodeUTF8)) + self.CopyrightLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Copyright:", None, QtGui.QApplication.UnicodeUTF8)) + self.PermisionLabel.setText(QtGui.QApplication.translate("BibleImportDialog", "Permission:", None, QtGui.QApplication.UnicodeUTF8)) + self.ProgressGroupBox.setTitle(QtGui.QApplication.translate("BibleImportDialog", "Import Progress", None, QtGui.QApplication.UnicodeUTF8)) + self.ProgressBar.setFormat(QtGui.QApplication.translate("BibleImportDialog", "%p", None, QtGui.QApplication.UnicodeUTF8)) + diff --git a/resources/forms/editsongdialog.ui b/resources/forms/editsongdialog.ui new file mode 100644 index 000000000..b13adb5dd --- /dev/null +++ b/resources/forms/editsongdialog.ui @@ -0,0 +1,506 @@ + + + EditSongDialog + + + + 0 + 0 + 734 + 602 + + + + Song Editor + + + + :/icon/openlp.org-icon-32.bmp:/icon/openlp.org-icon-32.bmp + + + + + 8 + 8 + 711 + 461 + + + + + + 0 + 0 + 321 + 461 + + + + + + + Title: + + + + + + + + 0 + 0 + + + + + + + + Alternative Title: + + + + + + + + + + Lyrics: + + + + + + + QTextEdit::NoWrap + + + false + + + + + + + + + 329 + 0 + 381 + 431 + + + + + + 0 + 10 + 45 + 17 + + + + Authors: + + + + + + 0 + 25 + 361 + 27 + + + + + 8 + + + 0 + + + + + + 0 + 0 + + + + false + + + QComboBox::InsertAlphabetically + + + QComboBox::AdjustToMinimumContentsLength + + + 8 + + + + + + + + 110 + 16777215 + + + + Add to Song + + + + + + + Add Authors + + + + + + + + + 0 + 85 + 351 + 27 + + + + + + 0 + 0 + 351 + 29 + + + + + + + + + + Add Song Book + + + + + + + + + + 10 + 160 + 96 + 17 + + + + Selected Authors: + + + + + + 0 + 368 + 147 + 27 + + + + + 8 + + + 0 + + + + + + + 0 + 50 + 57 + 27 + + + + SongBook + + + + + + 0 + 110 + 242 + 27 + + + + SongTopic + + + + + + 180 + 160 + 96 + 17 + + + + Selected Topics: + + + + + + 10 + 180 + 341 + 191 + + + + + + + true + + + + + + + true + + + + + + + + + 3 + 130 + 341 + 29 + + + + + + + + + + Add to Song + + + + + + + Add Topic + + + + + + + + + 10 + 380 + 341 + 29 + + + + + + + Remove Selected Author(s) + + + + + + + Remove Selected Topics + + + + + + + + + + + 10 + 520 + 641 + 45 + + + + + + + + 70 + 16777215 + + + + Theme + + + + + + + + + + + 110 + 16777215 + + + + Add a Theme + + + + + + + + + 500 + 570 + 156 + 27 + + + + QDialogButtonBox::Cancel|QDialogButtonBox::Save + + + + + + 20 + 490 + 311 + 25 + + + + + + + Verse Order: + + + + + + + + + + + + 341 + 461 + 371 + 52 + + + + + + + Copyright Info: + + + + + + + + + + + 29 + 16777215 + + + + © + + + + + + layoutWidget + TopWidget + ThemeWidget + ButtonBox + layoutWidget + + + + + + + ButtonBox + rejected() + EditSongDialog + close() + + + 607 + 456 + + + 578 + -15 + + + + + ButtonBox + accepted() + EditSongDialog + close() + + + 549 + 461 + + + 91 + -50 + + + + + diff --git a/resources/forms/editsongform.ui b/resources/forms/editsongform.ui deleted file mode 100644 index 89ee617dc..000000000 --- a/resources/forms/editsongform.ui +++ /dev/null @@ -1,347 +0,0 @@ - - EditSongForm - - - - 0 - 0 - 665 - 481 - - - - Song Editor - - - - :/icon/openlp.org-icon-32.bmp:/icon/openlp.org-icon-32.bmp - - - - 8 - - - 8 - - - - - - 8 - - - 0 - - - - - - 8 - - - 0 - - - - - Title: - - - - - - - - 0 - 0 - - - - - - - - Lyrics: - - - - - - - QTextEdit::NoWrap - - - false - - - - - - - - - - - 8 - - - 0 - - - - - Authors: - - - - - - - - 8 - - - 0 - - - - - - 0 - 0 - - - - false - - - QComboBox::InsertAlphabetically - - - QComboBox::AdjustToMinimumContentsLength - - - 8 - - - - - - - - 110 - 16777215 - - - - Add to Song - - - - - - - - - - - 8 - - - 0 - - - - - Add a New Author - - - - - - - Delete Author - - - - - - - - - - Selected Authors: - - - - - - - QAbstractItemView::NoEditTriggers - - - true - - - - - - - - 8 - - - 0 - - - - - Qt::Horizontal - - - - 122 - 20 - - - - - - - - Remove Selected Author(s) - - - - - - - - - - Copyright Info: - - - - - - - - 8 - - - 0 - - - - - - - - - 29 - 16777215 - - - - © - - - - - - - - - - - - - - - - - 8 - - - 0 - - - - - - 70 - 16777215 - - - - Theme - - - - - - - - - - - 110 - 16777215 - - - - Add a Theme - - - - - - - - - - QDialogButtonBox::Cancel|QDialogButtonBox::Save - - - - - - - - - - - ButtonBox - rejected() - EditSongForm - close() - - - 607 - 456 - - - 578 - -15 - - - - - ButtonBox - accepted() - EditSongForm - close() - - - 549 - 461 - - - 91 - -50 - - - - - diff --git a/resources/forms/songbookdialog.ui b/resources/forms/songbookdialog.ui new file mode 100644 index 000000000..4aa4a25f4 --- /dev/null +++ b/resources/forms/songbookdialog.ui @@ -0,0 +1,146 @@ + + + SongBookDialog + + + + 0 + 0 + 387 + 500 + + + + Book Song Maintenance + + + + + + + + + Song Book + + + + + + Name: + + + + + + + + + + Publisher: + + + + + + + + + + Qt::Horizontal + + + + 198 + 20 + + + + + + + + Delete Author + + + + + + + :/services/service_delete.png:/services/service_delete.png + + + + + + + Add Update Author + + + + + + + :/system/system_settings.png:/system/system_settings.png + + + + + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + + + + + + + + + ButtonBox + accepted() + SongBookDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + ButtonBox + rejected() + SongBookDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + diff --git a/resources/forms/topicsdialog.ui b/resources/forms/topicsdialog.ui new file mode 100644 index 000000000..fe6f465fa --- /dev/null +++ b/resources/forms/topicsdialog.ui @@ -0,0 +1,141 @@ + + + TopicsDialog + + + + 0 + 0 + 387 + 463 + + + + Topic Maintenance + + + + + + + + + Topic + + + + + + Topic Name: + + + + + + + + + + Qt::Horizontal + + + + 198 + 20 + + + + + + + + Delete Author + + + + + + + :/services/service_delete.png:/services/service_delete.png + + + + + + + Add Update Author + + + + + + + :/system/system_settings.png:/system/system_settings.png + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + + + + + + + + + + TopicGroupBox + TopicListView + MessageLabel + TopicsListView + ButtonBox + + + + + + + ButtonBox + accepted() + TopicsDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + ButtonBox + rejected() + TopicsDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + +