openlp/resources/forms/editversedialog.ui

202 lines
4.5 KiB
Plaintext
Raw Normal View History

2009-11-22 20:33:39 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EditVerseDialog</class>
2009-11-22 20:33:39 +00:00
<widget class="QDialog" name="EditVerseDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>492</width>
2009-11-22 20:33:39 +00:00
<height>494</height>
</rect>
</property>
2009-11-22 20:33:39 +00:00
<property name="windowTitle">
<string>Dialog</string>
</property>
2009-11-22 20:33:39 +00:00
<property name="modal">
<bool>true</bool>
</property>
2009-11-22 20:33:39 +00:00
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>9</x>
<y>12</y>
2009-11-22 20:33:39 +00:00
<width>471</width>
<height>471</height>
2009-11-22 20:33:39 +00:00
</rect>
</property>
2009-11-22 20:33:39 +00:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="VerseListComboBox">
<item>
<property name="text">
<string/>
</property>
</item>
<item>
<property name="text">
<string>Verse</string>
</property>
</item>
<item>
<property name="text">
<string>Chorus</string>
</property>
</item>
<item>
<property name="text">
<string>Bridge</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="SubVerseListComboBox">
2009-11-22 20:33:39 +00:00
<item>
<property name="text">
<string/>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>1</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>1a</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>1b</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>2</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>2a</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>2b</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>3</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>4</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>5</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>6</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
<item>
<property name="text">
<string>7</string>
2009-11-22 20:33:39 +00:00
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="VerseTextEdit">
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="addVerse">
<property name="text">
<string>Verse</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addChorus">
<property name="text">
<string>Chorus</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addBridge">
<property name="text">
<string>Bridge</string>
</property>
</widget>
</item>
</layout>
</item>
2009-11-22 20:33:39 +00:00
<item>
<widget class="QDialogButtonBox" name="ButtonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>ButtonBox</sender>
<signal>accepted()</signal>
<receiver>EditVerseDialog</receiver>
<slot>accept()</slot>
<hints>
2009-11-22 20:33:39 +00:00
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
2009-11-22 20:33:39 +00:00
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>ButtonBox</sender>
<signal>rejected()</signal>
<receiver>EditVerseDialog</receiver>
<slot>reject()</slot>
<hints>
2009-11-22 20:33:39 +00:00
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
2009-11-22 20:33:39 +00:00
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>