Helpviewer/OpenSearch/OpenSearchEditDialog.ui

changeset 0
de9c2efb9d02
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>OpenSearchEditDialog</class>
4 <widget class="QDialog" name="OpenSearchEditDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>690</width>
10 <height>218</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Edit search engine data</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label_2">
24 <property name="text">
25 <string>&amp;Name:</string>
26 </property>
27 <property name="buddy">
28 <cstring>nameEdit</cstring>
29 </property>
30 </widget>
31 </item>
32 <item row="0" column="1">
33 <widget class="QLineEdit" name="nameEdit">
34 <property name="focusPolicy">
35 <enum>Qt::NoFocus</enum>
36 </property>
37 <property name="toolTip">
38 <string>Shows the name of the search engine</string>
39 </property>
40 <property name="readOnly">
41 <bool>true</bool>
42 </property>
43 </widget>
44 </item>
45 <item row="1" column="0">
46 <widget class="QLabel" name="label_3">
47 <property name="text">
48 <string>&amp;Description:</string>
49 </property>
50 <property name="buddy">
51 <cstring>descriptionEdit</cstring>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="1">
56 <widget class="QLineEdit" name="descriptionEdit">
57 <property name="toolTip">
58 <string>Enter a description</string>
59 </property>
60 </widget>
61 </item>
62 <item row="2" column="0">
63 <widget class="QLabel" name="label_5">
64 <property name="text">
65 <string>&amp;Image URL:</string>
66 </property>
67 <property name="buddy">
68 <cstring>imageEdit</cstring>
69 </property>
70 </widget>
71 </item>
72 <item row="2" column="1">
73 <widget class="QLineEdit" name="imageEdit">
74 <property name="toolTip">
75 <string>Enter the URL of the image</string>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </item>
81 <item>
82 <widget class="QLabel" name="label_4">
83 <property name="text">
84 <string>&amp;Search URL Template:</string>
85 </property>
86 <property name="buddy">
87 <cstring>searchEdit</cstring>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QLineEdit" name="searchEdit">
93 <property name="toolTip">
94 <string>Enter the template of the search URL</string>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <widget class="QLabel" name="label_6">
100 <property name="text">
101 <string>Su&amp;ggestions URL Template:</string>
102 </property>
103 <property name="buddy">
104 <cstring>suggestionsEdit</cstring>
105 </property>
106 </widget>
107 </item>
108 <item>
109 <widget class="QLineEdit" name="suggestionsEdit">
110 <property name="toolTip">
111 <string>Enter the template of the suggestions URL</string>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <widget class="QDialogButtonBox" name="buttonBox">
117 <property name="orientation">
118 <enum>Qt::Horizontal</enum>
119 </property>
120 <property name="standardButtons">
121 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
122 </property>
123 </widget>
124 </item>
125 </layout>
126 </widget>
127 <tabstops>
128 <tabstop>nameEdit</tabstop>
129 <tabstop>descriptionEdit</tabstop>
130 <tabstop>imageEdit</tabstop>
131 <tabstop>searchEdit</tabstop>
132 <tabstop>suggestionsEdit</tabstop>
133 <tabstop>buttonBox</tabstop>
134 </tabstops>
135 <resources/>
136 <connections>
137 <connection>
138 <sender>buttonBox</sender>
139 <signal>accepted()</signal>
140 <receiver>OpenSearchEditDialog</receiver>
141 <slot>accept()</slot>
142 <hints>
143 <hint type="sourcelabel">
144 <x>222</x>
145 <y>232</y>
146 </hint>
147 <hint type="destinationlabel">
148 <x>157</x>
149 <y>246</y>
150 </hint>
151 </hints>
152 </connection>
153 <connection>
154 <sender>buttonBox</sender>
155 <signal>rejected()</signal>
156 <receiver>OpenSearchEditDialog</receiver>
157 <slot>reject()</slot>
158 <hints>
159 <hint type="sourcelabel">
160 <x>290</x>
161 <y>238</y>
162 </hint>
163 <hint type="destinationlabel">
164 <x>286</x>
165 <y>246</y>
166 </hint>
167 </hints>
168 </connection>
169 </connections>
170 </ui>

eric ide

mercurial