forked from openlp/openlp
56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ChooseGroupDialog</class>
|
||
|
<widget class="QDialog" name="ChooseGroupDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>440</width>
|
||
|
<height>119</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Choose 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" colspan="2">
|
||
|
<widget class="QLabel" name="groupQuestionLabel">
|
||
|
<property name="text">
|
||
|
<string>To which group do you want these images to be added?</string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QComboBox" name="groupComboBox"/>
|
||
|
</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>
|