1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QgsRelationEditorConfigWidgetBase</class>
4 <widget class="QWidget" name="QgsRelationEditorConfigWidgetBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>274</width>
10    <height>215</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Attribute Widget Relation Edit Widget</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QCheckBox" name="mShowFirstFeature">
19     <property name="text">
20      <string>Automatically select first child feature and show attribute form</string>
21     </property>
22     <property name="toolTip">
23      <string>Unchecking this can lead to faster loading time of attribute forms and avoid unnecessary queries.</string>
24     </property>
25    </widget>
26   </item>
27   <item>
28    <widget class="QGroupBox" name="mButtonsVisibility">
29     <property name="sizePolicy">
30        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
31        <horstretch>0</horstretch>
32        <verstretch>4</verstretch>
33        </sizepolicy>
34     </property>
35     <property name="title">
36        <string>Toolbar settings</string>
37     </property>
38     <layout class="QVBoxLayout" name="verticalLayout_2">
39      <item>
40       <widget class="QCheckBox" name="mRelationShowLinkCheckBox">
41        <property name="text">
42         <string>Show link button</string>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QCheckBox" name="mRelationShowUnlinkCheckBox">
48        <property name="text">
49         <string>Show unlink button</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QCheckBox" name="mRelationShowSaveChildEditsCheckBox">
55        <property name="text">
56         <string>Show save child layer edits button</string>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <widget class="QCheckBox" name="mRelationShowAddChildCheckBox">
62        <property name="text">
63         <string>Add child feature button</string>
64        </property>
65       </widget>
66      </item>
67      <item>
68       <widget class="QCheckBox" name="mRelationShowDuplicateChildFeatureCheckBox">
69        <property name="text">
70         <string>Duplicate child feature button</string>
71        </property>
72       </widget>
73      </item>
74      <item>
75       <widget class="QCheckBox" name="mRelationDeleteChildFeatureCheckBox">
76        <property name="text">
77         <string>Delete child feature button</string>
78        </property>
79       </widget>
80      </item>
81      <item>
82       <widget class="QCheckBox" name="mRelationShowZoomToFeatureCheckBox">
83        <property name="text">
84         <string>Zoom to child feature button</string>
85        </property>
86       </widget>
87      </item>
88     </layout>
89    </widget>
90   </item>
91  </layout>
92 </widget>
93 <resources/>
94 <connections/>
95</ui>
96