<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>customSlideEditDialog</class> <widget class="QDialog" name="customSlideEditDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>474</width> <height>442</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> <x>8</x> <y>407</y> <width>458</width> <height>32</height> </rect> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> </property> </widget> <widget class="QTextEdit" name="VerseTextEdit"> <property name="geometry"> <rect> <x>8</x> <y>8</y> <width>458</width> <height>349</height> </rect> </property> </widget> <widget class="QPushButton" name="SplitButton"> <property name="geometry"> <rect> <x>380</x> <y>370</y> <width>85</width> <height>27</height> </rect> </property> <property name="toolTip"> <string extracomment="Add new slide split"/> </property> <property name="text"> <string>Split Slide</string> </property> </widget> </widget> <resources> <include location="../images/openlp-2.qrc"/> </resources> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>customSlideEditDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>customSlideEditDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>