forked from openlp/openlp
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>AddGroupDialog</class>
|
||
|
<widget class="QDialog" name="AddGroupDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>365</width>
|
||
|
<height>119</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Add group</string>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="AddGroupLayout">
|
||
|
<property name="fieldGrowthPolicy">
|
||
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||
|
</property>
|
||
|
<property name="horizontalSpacing">
|
||
|
<number>8</number>
|
||
|
</property>
|
||
|
<property name="verticalSpacing">
|
||
|
<number>8</number>
|
||
|
</property>
|
||
|
<property name="margin">
|
||
|
<number>8</number>
|
||
|
</property>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="ParentGroupLabel">
|
||
|
<property name="text">
|
||
|
<string>Parent group:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QComboBox" name="ParentGroupComboBox"/>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="GroupNameLabel">
|
||
|
<property name="text">
|
||
|
<string>Group name:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QLineEdit" name="GroupNameEdit"/>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QDialogButtonBox" name="GroupButtonBox">
|
||
|
<property name="standardButtons">
|
||
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../images/openlp-2.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|