2009-07-24 20:40:34 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2009-01-01 10:01:04 +00:00
|
|
|
<class>AuthorsDialog</class>
|
2009-07-24 20:40:34 +00:00
|
|
|
<widget class="QDialog" name="AuthorsDialog">
|
|
|
|
<property name="geometry">
|
2009-01-01 10:01:04 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-07-24 20:40:34 +00:00
|
|
|
<width>393</width>
|
|
|
|
<height>147</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="windowTitle">
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Author Maintenance</string>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<layout class="QFormLayout" name="AuthorsLayout">
|
|
|
|
<property name="horizontalSpacing">
|
2009-03-09 18:47:37 +00:00
|
|
|
<number>8</number>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="verticalSpacing">
|
2009-03-09 18:47:37 +00:00
|
|
|
<number>8</number>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="FirstNameEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="DisplayEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="DisplayLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Name:</string>
|
2009-03-09 18:47:37 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-24 20:40:34 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="FirstNameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>First Name:</string>
|
2009-03-09 18:47:37 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-24 20:40:34 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QDialogButtonBox" name="AuthorButtonBox">
|
|
|
|
<property name="toolTip">
|
2009-03-09 18:47:37 +00:00
|
|
|
<string>Exit Screen</string>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="orientation">
|
2009-03-09 18:47:37 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="LastNameEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="LastNameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last Name:</string>
|
2009-03-09 18:47:37 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-01-01 10:01:04 +00:00
|
|
|
</widget>
|
|
|
|
<resources>
|
2009-07-24 20:40:34 +00:00
|
|
|
<include location="../images/openlp-2.qrc"/>
|
2009-01-01 10:01:04 +00:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2009-07-24 20:40:34 +00:00
|
|
|
<sender>AuthorButtonBox</sender>
|
2009-01-01 10:01:04 +00:00
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>AuthorsDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="sourcelabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="destinationlabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2009-07-24 20:40:34 +00:00
|
|
|
<sender>AuthorButtonBox</sender>
|
2009-01-01 10:01:04 +00:00
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>AuthorsDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="sourcelabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
2009-07-24 20:40:34 +00:00
|
|
|
<hint type="destinationlabel">
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|