1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LinkTypeDialog</class>
4 <widget class="QDialog" name="LinkTypeDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>500</width>
10    <height>105</height>
11   </rect>
12  </property>
13  <property name="minimumSize">
14   <size>
15    <width>500</width>
16    <height>0</height>
17   </size>
18  </property>
19  <property name="windowTitle">
20   <string>Dialog</string>
21  </property>
22  <layout class="QGridLayout" name="gridLayout">
23   <item row="1" column="2">
24    <widget class="QLabel" name="equalSymbolLabel">
25     <property name="text">
26      <string>=</string>
27     </property>
28    </widget>
29   </item>
30   <item row="1" column="3">
31    <widget class="QLineEdit" name="addressLineEdit">
32     <property name="enabled">
33      <bool>true</bool>
34     </property>
35     <property name="readOnly">
36      <bool>true</bool>
37     </property>
38    </widget>
39   </item>
40   <item row="1" column="1">
41    <widget class="QLineEdit" name="exprLineEdit">
42     <property name="placeholderText">
43      <string>Enter Address</string>
44     </property>
45    </widget>
46   </item>
47   <item row="0" column="0">
48    <widget class="QLabel" name="structureTypeLabel">
49     <property name="text">
50      <string>Structure Type</string>
51     </property>
52     <property name="buddy">
53      <cstring>structureTypeComboBox</cstring>
54     </property>
55    </widget>
56   </item>
57   <item row="0" column="1" colspan="3">
58    <widget class="QComboBox" name="structureTypeComboBox"/>
59   </item>
60   <item row="2" column="3">
61    <widget class="QDialogButtonBox" name="buttonBox">
62     <property name="orientation">
63      <enum>Qt::Horizontal</enum>
64     </property>
65     <property name="standardButtons">
66      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
67     </property>
68    </widget>
69   </item>
70   <item row="1" column="0">
71    <widget class="QLabel" name="addressLabel">
72     <property name="text">
73      <string>Address/Flag</string>
74     </property>
75     <property name="buddy">
76      <cstring>exprLineEdit</cstring>
77     </property>
78    </widget>
79   </item>
80  </layout>
81 </widget>
82 <resources/>
83 <connections>
84  <connection>
85   <sender>buttonBox</sender>
86   <signal>accepted()</signal>
87   <receiver>LinkTypeDialog</receiver>
88   <slot>accept()</slot>
89   <hints>
90    <hint type="sourcelabel">
91     <x>248</x>
92     <y>254</y>
93    </hint>
94    <hint type="destinationlabel">
95     <x>157</x>
96     <y>274</y>
97    </hint>
98   </hints>
99  </connection>
100  <connection>
101   <sender>buttonBox</sender>
102   <signal>rejected()</signal>
103   <receiver>LinkTypeDialog</receiver>
104   <slot>reject()</slot>
105   <hints>
106    <hint type="sourcelabel">
107     <x>316</x>
108     <y>260</y>
109    </hint>
110    <hint type="destinationlabel">
111     <x>286</x>
112     <y>274</y>
113    </hint>
114   </hints>
115  </connection>
116 </connections>
117</ui>
118