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>TopicsDialog</class>
|
2009-07-24 20:40:34 +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-07-24 20:40:34 +00:00
|
|
|
<width>365</width>
|
|
|
|
<height>77</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>Topic Maintenance</string>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<layout class="QFormLayout" name="TopicLayout">
|
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalSpacing">
|
|
|
|
<number>8</number>
|
|
|
|
</property>
|
|
|
|
<property name="verticalSpacing">
|
2009-02-19 22:25:58 +00:00
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<property name="margin">
|
2009-02-19 22:25:58 +00:00
|
|
|
<number>8</number>
|
|
|
|
</property>
|
2009-07-24 20:40:34 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="TopicNameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Topic Name:</string>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-07-24 20:40:34 +00:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="TopicNameEdit"/>
|
2009-01-06 18:36:54 +00:00
|
|
|
</item>
|
2009-07-24 20:40:34 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QDialogButtonBox" name="TopicButtonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
2009-01-01 10:01:04 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</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>
|
2009-07-24 20:40:34 +00:00
|
|
|
<connections/>
|
2009-01-01 10:01:04 +00:00
|
|
|
</ui>
|