1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RichTextEditorLink</class>
4 <widget class="QDialog" name="RichTextEditorLink">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>295</width>
10    <height>95</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Add Link</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QLabel" name="qlUrl">
19     <property name="text">
20      <string>URL</string>
21     </property>
22     <property name="buddy">
23      <cstring>qleUrl</cstring>
24     </property>
25    </widget>
26   </item>
27   <item row="0" column="1">
28    <widget class="QLineEdit" name="qleUrl"/>
29   </item>
30   <item row="1" column="0">
31    <widget class="QLabel" name="qlText">
32     <property name="text">
33      <string>Text</string>
34     </property>
35     <property name="buddy">
36      <cstring>qleText</cstring>
37     </property>
38    </widget>
39   </item>
40   <item row="1" column="1">
41    <widget class="QLineEdit" name="qleText"/>
42   </item>
43   <item row="2" column="0" colspan="2">
44    <widget class="QDialogButtonBox" name="buttonBox">
45     <property name="orientation">
46      <enum>Qt::Horizontal</enum>
47     </property>
48     <property name="standardButtons">
49      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
50     </property>
51    </widget>
52   </item>
53  </layout>
54 </widget>
55 <tabstops>
56  <tabstop>qleUrl</tabstop>
57  <tabstop>qleText</tabstop>
58  <tabstop>buttonBox</tabstop>
59 </tabstops>
60 <resources/>
61 <connections>
62  <connection>
63   <sender>buttonBox</sender>
64   <signal>accepted()</signal>
65   <receiver>RichTextEditorLink</receiver>
66   <slot>accept()</slot>
67   <hints>
68    <hint type="sourcelabel">
69     <x>227</x>
70     <y>228</y>
71    </hint>
72    <hint type="destinationlabel">
73     <x>157</x>
74     <y>274</y>
75    </hint>
76   </hints>
77  </connection>
78  <connection>
79   <sender>buttonBox</sender>
80   <signal>rejected()</signal>
81   <receiver>RichTextEditorLink</receiver>
82   <slot>reject()</slot>
83   <hints>
84    <hint type="sourcelabel">
85     <x>295</x>
86     <y>234</y>
87    </hint>
88    <hint type="destinationlabel">
89     <x>286</x>
90     <y>274</y>
91    </hint>
92   </hints>
93  </connection>
94 </connections>
95</ui>
96