|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>OpenSearchDialog</class> |
|
4 <widget class="QDialog" name="OpenSearchDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>650</width> |
|
10 <height>350</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Open Search Engines Configuration</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" rowspan="5"> |
|
23 <widget class="EricTableView" name="enginesTable"> |
|
24 <property name="alternatingRowColors"> |
|
25 <bool>true</bool> |
|
26 </property> |
|
27 <property name="selectionBehavior"> |
|
28 <enum>QAbstractItemView::SelectRows</enum> |
|
29 </property> |
|
30 <property name="showGrid"> |
|
31 <bool>false</bool> |
|
32 </property> |
|
33 </widget> |
|
34 </item> |
|
35 <item row="0" column="1"> |
|
36 <widget class="QPushButton" name="addButton"> |
|
37 <property name="toolTip"> |
|
38 <string>Press to add a new search engine from file</string> |
|
39 </property> |
|
40 <property name="text"> |
|
41 <string>&Add...</string> |
|
42 </property> |
|
43 <property name="autoDefault"> |
|
44 <bool>false</bool> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="1" column="1"> |
|
49 <widget class="QPushButton" name="deleteButton"> |
|
50 <property name="toolTip"> |
|
51 <string>Press to delete the selected engines</string> |
|
52 </property> |
|
53 <property name="text"> |
|
54 <string>&Delete</string> |
|
55 </property> |
|
56 <property name="autoDefault"> |
|
57 <bool>false</bool> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1"> |
|
62 <widget class="QPushButton" name="editButton"> |
|
63 <property name="toolTip"> |
|
64 <string>Press to edit the data of the current engine</string> |
|
65 </property> |
|
66 <property name="text"> |
|
67 <string>Edit...</string> |
|
68 </property> |
|
69 <property name="autoDefault"> |
|
70 <bool>false</bool> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item row="3" column="1"> |
|
75 <widget class="QPushButton" name="restoreButton"> |
|
76 <property name="toolTip"> |
|
77 <string>Press to restore the default engines</string> |
|
78 </property> |
|
79 <property name="text"> |
|
80 <string>&Restore Defaults</string> |
|
81 </property> |
|
82 <property name="autoDefault"> |
|
83 <bool>false</bool> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="4" column="1"> |
|
88 <spacer name="verticalSpacer"> |
|
89 <property name="orientation"> |
|
90 <enum>Qt::Vertical</enum> |
|
91 </property> |
|
92 <property name="sizeHint" stdset="0"> |
|
93 <size> |
|
94 <width>20</width> |
|
95 <height>38</height> |
|
96 </size> |
|
97 </property> |
|
98 </spacer> |
|
99 </item> |
|
100 </layout> |
|
101 </item> |
|
102 <item> |
|
103 <widget class="QDialogButtonBox" name="buttonBox"> |
|
104 <property name="orientation"> |
|
105 <enum>Qt::Horizontal</enum> |
|
106 </property> |
|
107 <property name="standardButtons"> |
|
108 <set>QDialogButtonBox::Close</set> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 <customwidgets> |
|
115 <customwidget> |
|
116 <class>EricTableView</class> |
|
117 <extends>QTableView</extends> |
|
118 <header>EricWidgets/EricTableView.h</header> |
|
119 </customwidget> |
|
120 </customwidgets> |
|
121 <tabstops> |
|
122 <tabstop>enginesTable</tabstop> |
|
123 <tabstop>addButton</tabstop> |
|
124 <tabstop>deleteButton</tabstop> |
|
125 <tabstop>editButton</tabstop> |
|
126 <tabstop>restoreButton</tabstop> |
|
127 <tabstop>buttonBox</tabstop> |
|
128 </tabstops> |
|
129 <resources/> |
|
130 <connections> |
|
131 <connection> |
|
132 <sender>buttonBox</sender> |
|
133 <signal>accepted()</signal> |
|
134 <receiver>OpenSearchDialog</receiver> |
|
135 <slot>accept()</slot> |
|
136 <hints> |
|
137 <hint type="sourcelabel"> |
|
138 <x>248</x> |
|
139 <y>254</y> |
|
140 </hint> |
|
141 <hint type="destinationlabel"> |
|
142 <x>157</x> |
|
143 <y>274</y> |
|
144 </hint> |
|
145 </hints> |
|
146 </connection> |
|
147 <connection> |
|
148 <sender>buttonBox</sender> |
|
149 <signal>rejected()</signal> |
|
150 <receiver>OpenSearchDialog</receiver> |
|
151 <slot>reject()</slot> |
|
152 <hints> |
|
153 <hint type="sourcelabel"> |
|
154 <x>316</x> |
|
155 <y>260</y> |
|
156 </hint> |
|
157 <hint type="destinationlabel"> |
|
158 <x>286</x> |
|
159 <y>274</y> |
|
160 </hint> |
|
161 </hints> |
|
162 </connection> |
|
163 </connections> |
|
164 </ui> |