<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>customEditDialog</class> <widget class="QWidget" name="customEditDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>590</width> <height>541</height> </rect> </property> <property name="windowTitle"> <string>Edit Custom Slides</string> </property> <property name="windowIcon"> <iconset> <normaloff>:/icon/openlp.org-icon-32.bmp</normaloff>:/icon/openlp.org-icon-32.bmp</iconset> </property> <layout class="QGridLayout" name="gridLayout"> <item row="2" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="ThemeLabel"> <property name="text"> <string>Theme:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="ThemeComboBox"> <property name="toolTip"> <string extracomment="Select custom theme for slide"/> </property> </widget> </item> </layout> </item> <item row="3" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="CreditLabel"> <property name="text"> <string>Credits:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="CreditEdit"/> </item> </layout> </item> <item row="4" column="0"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="toolTip"> <string extracomment="Edit dialog"/> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> </property> </widget> </item> <item row="1" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QListWidget" name="VerseListView"> <property name="alternatingRowColors"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="AddButton"> <property name="toolTip"> <string extracomment="Adds a new slide at bottom"/> </property> <property name="text"> <string>Add New</string> </property> </widget> </item> <item> <widget class="QPushButton" name="EditButton"> <property name="toolTip"> <string extracomment="Edit selected slide"/> </property> <property name="text"> <string>Edit</string> </property> </widget> </item> <item> <widget class="QPushButton" name="EditAllButton"> <property name="toolTip"> <string extracomment="Edit all slides"/> </property> <property name="text"> <string>Edit All</string> </property> </widget> </item> <item> <widget class="QPushButton" name="DeleteButton"> <property name="toolTip"> <string extracomment="Delete selected slide"/> </property> <property name="text"> <string>Delete</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>128</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="UpButton"> <property name="toolTip"> <string extracomment="Move slide up 1"/> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../images/openlp-2.qrc"> <normaloff>:/services/service_up.png</normaloff>:/services/service_up.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="DownButton"> <property name="toolTip"> <string extracomment="Move slide down 1"/> </property> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="../images/openlp-2.qrc"> <normaloff>:/services/service_down.png</normaloff>:/services/service_down.png</iconset> </property> </widget> </item> </layout> </item> </layout> </item> <item row="0" column="0"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="TitleLabel"> <property name="text"> <string>Title:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="TitleEdit"/> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>TitleEdit</tabstop> <tabstop>VerseListView</tabstop> <tabstop>CreditEdit</tabstop> <tabstop>ThemeComboBox</tabstop> </tabstops> <resources> <include location="../images/openlp-2.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>customEditDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>294</x> <y>524</y> </hint> <hint type="destinationlabel"> <x>294</x> <y>270</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>customEditDialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>294</x> <y>524</y> </hint> <hint type="destinationlabel"> <x>294</x> <y>270</y> </hint> </hints> </connection> </connections> <slots> <slot>accept()</slot> <slot>rejected()</slot> <slot>onAddButtonPressed()</slot> <slot>onDeleteButtonPressed()</slot> <slot>onSaveButtonPressed()</slot> <slot>onEditButtonPressed()</slot> </slots> </ui>