2009-02-19 22:25:58 +00:00
|
|
|
<ui version="4.0" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<class>TopicsDialog</class>
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QDialog" name="TopicsDialog" >
|
|
|
|
<property name="geometry" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2009-02-19 22:25:58 +00:00
|
|
|
<width>471</width>
|
|
|
|
<height>470</height>
|
2009-01-01 10:01:04 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="windowTitle" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Topic Maintenance</string>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<layout class="QGridLayout" name="TopicsLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="0" >
|
|
|
|
<widget class="QGroupBox" name="TopicGroupBox" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Topic Details</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<layout class="QGridLayout" name="DetailsLayout" >
|
|
|
|
<property name="margin" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QLabel" name="TopicNameLabel" >
|
|
|
|
<property name="text" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Topic Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-03-10 16:46:25 +00:00
|
|
|
<item row="0" column="1" colspan="6" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QLineEdit" name="TopicNameEdit" />
|
2009-01-01 10:01:04 +00:00
|
|
|
</item>
|
2009-03-10 16:46:25 +00:00
|
|
|
<item row="1" column="0" colspan="3" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<spacer name="ButtonsSpacer" >
|
|
|
|
<property name="orientation" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="sizeHint" stdset="0" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<size>
|
|
|
|
<width>198</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-03-10 16:46:25 +00:00
|
|
|
<item row="1" column="5" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QPushButton" name="DeleteButton" >
|
|
|
|
<property name="toolTip" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Delete Author</string>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="text" >
|
|
|
|
<string>Delete</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="../images/openlp-2.qrc" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<normaloff>:/services/service_delete.png</normaloff>:/services/service_delete.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-03-10 16:46:25 +00:00
|
|
|
<item row="1" column="4" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QPushButton" name="AddUpdateButton" >
|
|
|
|
<property name="toolTip" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<string>Add Update Author</string>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="text" >
|
2009-03-10 16:46:25 +00:00
|
|
|
<string>Save</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="../images/openlp-2.qrc" >
|
2009-03-10 16:46:25 +00:00
|
|
|
<normaloff>:/services/service_save.png</normaloff>:/services/service_save.png</iconset>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-03-10 16:46:25 +00:00
|
|
|
<item row="1" column="3" >
|
2009-02-19 22:25:58 +00:00
|
|
|
<widget class="QPushButton" name="ClearButton" >
|
|
|
|
<property name="toolTip" >
|
2009-01-06 18:36:54 +00:00
|
|
|
<string>Clear Selection</string>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="text" >
|
2009-03-10 16:46:25 +00:00
|
|
|
<string>New</string>
|
2009-01-06 18:36:54 +00:00
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="../images/openlp-2.qrc" >
|
2009-03-10 16:46:25 +00:00
|
|
|
<normaloff>:/services/service_new.png</normaloff>:/services/service_new.png</iconset>
|
2009-01-06 18:36:54 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-01-01 10:01:04 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<item row="0" column="0" >
|
|
|
|
<widget class="QTableWidget" name="TopicsListView" >
|
|
|
|
<property name="alternatingRowColors" >
|
|
|
|
<bool>true</bool>
|
2009-01-06 18:36:54 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-02-19 22:25:58 +00:00
|
|
|
<item row="2" column="0" >
|
|
|
|
<widget class="QDialogButtonBox" name="ButtonBox" >
|
|
|
|
<property name="orientation" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-02-19 22:25:58 +00:00
|
|
|
<property name="standardButtons" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<set>QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2009-02-19 22:25:58 +00:00
|
|
|
<include location="../images/openlp-2.qrc" />
|
2009-01-01 10:01:04 +00:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>TopicsDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2009-02-19 22:25:58 +00:00
|
|
|
<hint type="sourcelabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
2009-02-19 22:25:58 +00:00
|
|
|
<hint type="destinationlabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>ButtonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>TopicsDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2009-02-19 22:25:58 +00:00
|
|
|
<hint type="sourcelabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
2009-02-19 22:25:58 +00:00
|
|
|
<hint type="destinationlabel" >
|
2009-01-01 10:01:04 +00:00
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|