|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>BookmarksDialog</class> |
|
4 <widget class="QDialog" name="BookmarksDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>750</width> |
|
10 <height>450</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Manage Bookmarks</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
22 <item> |
|
23 <spacer name="horizontalSpacer"> |
|
24 <property name="orientation"> |
|
25 <enum>Qt::Horizontal</enum> |
|
26 </property> |
|
27 <property name="sizeHint" stdset="0"> |
|
28 <size> |
|
29 <width>40</width> |
|
30 <height>20</height> |
|
31 </size> |
|
32 </property> |
|
33 </spacer> |
|
34 </item> |
|
35 <item> |
|
36 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
37 <property name="spacing"> |
|
38 <number>0</number> |
|
39 </property> |
|
40 <item> |
|
41 <widget class="QLineEdit" name="searchEdit"> |
|
42 <property name="toolTip"> |
|
43 <string>Enter search term for bookmarks</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QToolButton" name="clearButton"> |
|
49 <property name="toolTip"> |
|
50 <string>Press to clear the search edit</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string/> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </item> |
|
59 </layout> |
|
60 </item> |
|
61 <item> |
|
62 <widget class="E4TreeView" name="bookmarksTree"> |
|
63 <property name="dragDropMode"> |
|
64 <enum>QAbstractItemView::InternalMove</enum> |
|
65 </property> |
|
66 <property name="alternatingRowColors"> |
|
67 <bool>true</bool> |
|
68 </property> |
|
69 <property name="selectionMode"> |
|
70 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
71 </property> |
|
72 <property name="textElideMode"> |
|
73 <enum>Qt::ElideMiddle</enum> |
|
74 </property> |
|
75 <property name="uniformRowHeights"> |
|
76 <bool>true</bool> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 <item> |
|
81 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
82 <item> |
|
83 <widget class="QPushButton" name="removeButton"> |
|
84 <property name="toolTip"> |
|
85 <string>Press to delete the selected entries</string> |
|
86 </property> |
|
87 <property name="text"> |
|
88 <string>&Delete</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item> |
|
93 <widget class="QPushButton" name="addFolderButton"> |
|
94 <property name="toolTip"> |
|
95 <string>Press to add a new bookmarks folder</string> |
|
96 </property> |
|
97 <property name="text"> |
|
98 <string>Add &Folder</string> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item> |
|
103 <spacer name="spacer"> |
|
104 <property name="orientation"> |
|
105 <enum>Qt::Horizontal</enum> |
|
106 </property> |
|
107 <property name="sizeHint" stdset="0"> |
|
108 <size> |
|
109 <width>40</width> |
|
110 <height>20</height> |
|
111 </size> |
|
112 </property> |
|
113 </spacer> |
|
114 </item> |
|
115 </layout> |
|
116 </item> |
|
117 <item> |
|
118 <widget class="QDialogButtonBox" name="buttonBox"> |
|
119 <property name="orientation"> |
|
120 <enum>Qt::Horizontal</enum> |
|
121 </property> |
|
122 <property name="standardButtons"> |
|
123 <set>QDialogButtonBox::Close</set> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 </layout> |
|
128 </widget> |
|
129 <customwidgets> |
|
130 <customwidget> |
|
131 <class>E4TreeView</class> |
|
132 <extends>QTreeView</extends> |
|
133 <header>E4Gui/E4TreeView</header> |
|
134 </customwidget> |
|
135 </customwidgets> |
|
136 <tabstops> |
|
137 <tabstop>searchEdit</tabstop> |
|
138 <tabstop>clearButton</tabstop> |
|
139 <tabstop>bookmarksTree</tabstop> |
|
140 <tabstop>removeButton</tabstop> |
|
141 <tabstop>addFolderButton</tabstop> |
|
142 <tabstop>buttonBox</tabstop> |
|
143 </tabstops> |
|
144 <resources/> |
|
145 <connections> |
|
146 <connection> |
|
147 <sender>buttonBox</sender> |
|
148 <signal>accepted()</signal> |
|
149 <receiver>BookmarksDialog</receiver> |
|
150 <slot>accept()</slot> |
|
151 <hints> |
|
152 <hint type="sourcelabel"> |
|
153 <x>252</x> |
|
154 <y>445</y> |
|
155 </hint> |
|
156 <hint type="destinationlabel"> |
|
157 <x>157</x> |
|
158 <y>274</y> |
|
159 </hint> |
|
160 </hints> |
|
161 </connection> |
|
162 <connection> |
|
163 <sender>buttonBox</sender> |
|
164 <signal>rejected()</signal> |
|
165 <receiver>BookmarksDialog</receiver> |
|
166 <slot>reject()</slot> |
|
167 <hints> |
|
168 <hint type="sourcelabel"> |
|
169 <x>320</x> |
|
170 <y>445</y> |
|
171 </hint> |
|
172 <hint type="destinationlabel"> |
|
173 <x>286</x> |
|
174 <y>274</y> |
|
175 </hint> |
|
176 </hints> |
|
177 </connection> |
|
178 <connection> |
|
179 <sender>clearButton</sender> |
|
180 <signal>clicked()</signal> |
|
181 <receiver>searchEdit</receiver> |
|
182 <slot>clear()</slot> |
|
183 <hints> |
|
184 <hint type="sourcelabel"> |
|
185 <x>728</x> |
|
186 <y>21</y> |
|
187 </hint> |
|
188 <hint type="destinationlabel"> |
|
189 <x>706</x> |
|
190 <y>20</y> |
|
191 </hint> |
|
192 </hints> |
|
193 </connection> |
|
194 </connections> |
|
195 </ui> |