|
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="E4TableView" 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 </widget> |
|
44 </item> |
|
45 <item row="1" column="1"> |
|
46 <widget class="QPushButton" name="deleteButton"> |
|
47 <property name="toolTip"> |
|
48 <string>Press to delete the selected engines</string> |
|
49 </property> |
|
50 <property name="text"> |
|
51 <string>&Delete</string> |
|
52 </property> |
|
53 </widget> |
|
54 </item> |
|
55 <item row="2" column="1"> |
|
56 <widget class="QPushButton" name="editButton"> |
|
57 <property name="toolTip"> |
|
58 <string>Press to edit the data of the current engine</string> |
|
59 </property> |
|
60 <property name="text"> |
|
61 <string>Edit...</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 <item row="3" column="1"> |
|
66 <widget class="QPushButton" name="restoreButton"> |
|
67 <property name="toolTip"> |
|
68 <string>Press to restore the default engines</string> |
|
69 </property> |
|
70 <property name="text"> |
|
71 <string>&Restore Defaults</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="4" column="1"> |
|
76 <spacer name="verticalSpacer"> |
|
77 <property name="orientation"> |
|
78 <enum>Qt::Vertical</enum> |
|
79 </property> |
|
80 <property name="sizeHint" stdset="0"> |
|
81 <size> |
|
82 <width>20</width> |
|
83 <height>38</height> |
|
84 </size> |
|
85 </property> |
|
86 </spacer> |
|
87 </item> |
|
88 </layout> |
|
89 </item> |
|
90 <item> |
|
91 <widget class="QDialogButtonBox" name="buttonBox"> |
|
92 <property name="orientation"> |
|
93 <enum>Qt::Horizontal</enum> |
|
94 </property> |
|
95 <property name="standardButtons"> |
|
96 <set>QDialogButtonBox::Close</set> |
|
97 </property> |
|
98 </widget> |
|
99 </item> |
|
100 </layout> |
|
101 </widget> |
|
102 <customwidgets> |
|
103 <customwidget> |
|
104 <class>E4TableView</class> |
|
105 <extends>QTableView</extends> |
|
106 <header>E4Gui/E4TableView.h</header> |
|
107 </customwidget> |
|
108 </customwidgets> |
|
109 <tabstops> |
|
110 <tabstop>enginesTable</tabstop> |
|
111 <tabstop>addButton</tabstop> |
|
112 <tabstop>deleteButton</tabstop> |
|
113 <tabstop>editButton</tabstop> |
|
114 <tabstop>restoreButton</tabstop> |
|
115 <tabstop>buttonBox</tabstop> |
|
116 </tabstops> |
|
117 <resources/> |
|
118 <connections> |
|
119 <connection> |
|
120 <sender>buttonBox</sender> |
|
121 <signal>accepted()</signal> |
|
122 <receiver>OpenSearchDialog</receiver> |
|
123 <slot>accept()</slot> |
|
124 <hints> |
|
125 <hint type="sourcelabel"> |
|
126 <x>248</x> |
|
127 <y>254</y> |
|
128 </hint> |
|
129 <hint type="destinationlabel"> |
|
130 <x>157</x> |
|
131 <y>274</y> |
|
132 </hint> |
|
133 </hints> |
|
134 </connection> |
|
135 <connection> |
|
136 <sender>buttonBox</sender> |
|
137 <signal>rejected()</signal> |
|
138 <receiver>OpenSearchDialog</receiver> |
|
139 <slot>reject()</slot> |
|
140 <hints> |
|
141 <hint type="sourcelabel"> |
|
142 <x>316</x> |
|
143 <y>260</y> |
|
144 </hint> |
|
145 <hint type="destinationlabel"> |
|
146 <x>286</x> |
|
147 <y>274</y> |
|
148 </hint> |
|
149 </hints> |
|
150 </connection> |
|
151 </connections> |
|
152 </ui> |