eric6/WebBrowser/Bookmarks/BookmarksDialog.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
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="E5ClearableLineEdit" name="searchEdit">
42 <property name="toolTip">
43 <string>Enter search term for bookmarks</string>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </item>
49 </layout>
50 </item>
51 <item>
52 <widget class="E5TreeView" name="bookmarksTree">
53 <property name="dragDropMode">
54 <enum>QAbstractItemView::InternalMove</enum>
55 </property>
56 <property name="alternatingRowColors">
57 <bool>true</bool>
58 </property>
59 <property name="textElideMode">
60 <enum>Qt::ElideMiddle</enum>
61 </property>
62 <property name="uniformRowHeights">
63 <bool>true</bool>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <layout class="QHBoxLayout" name="horizontalLayout_3">
69 <item>
70 <widget class="QPushButton" name="removeButton">
71 <property name="toolTip">
72 <string>Press to delete the selected entries</string>
73 </property>
74 <property name="text">
75 <string>&amp;Delete</string>
76 </property>
77 <property name="autoDefault">
78 <bool>false</bool>
79 </property>
80 </widget>
81 </item>
82 <item>
83 <widget class="QPushButton" name="addFolderButton">
84 <property name="toolTip">
85 <string>Press to add a new bookmarks folder</string>
86 </property>
87 <property name="text">
88 <string>Add &amp;Folder</string>
89 </property>
90 <property name="autoDefault">
91 <bool>false</bool>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <spacer name="spacer">
97 <property name="orientation">
98 <enum>Qt::Horizontal</enum>
99 </property>
100 <property name="sizeHint" stdset="0">
101 <size>
102 <width>40</width>
103 <height>20</height>
104 </size>
105 </property>
106 </spacer>
107 </item>
108 </layout>
109 </item>
110 <item>
111 <widget class="QDialogButtonBox" name="buttonBox">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="standardButtons">
116 <set>QDialogButtonBox::Close</set>
117 </property>
118 </widget>
119 </item>
120 </layout>
121 </widget>
122 <customwidgets>
123 <customwidget>
124 <class>E5ClearableLineEdit</class>
125 <extends>QLineEdit</extends>
126 <header>E5Gui/E5LineEdit.h</header>
127 </customwidget>
128 <customwidget>
129 <class>E5TreeView</class>
130 <extends>QTreeView</extends>
131 <header>E5Gui/E5TreeView.h</header>
132 </customwidget>
133 </customwidgets>
134 <tabstops>
135 <tabstop>searchEdit</tabstop>
136 <tabstop>bookmarksTree</tabstop>
137 <tabstop>removeButton</tabstop>
138 <tabstop>addFolderButton</tabstop>
139 <tabstop>buttonBox</tabstop>
140 </tabstops>
141 <resources/>
142 <connections>
143 <connection>
144 <sender>buttonBox</sender>
145 <signal>accepted()</signal>
146 <receiver>BookmarksDialog</receiver>
147 <slot>accept()</slot>
148 <hints>
149 <hint type="sourcelabel">
150 <x>252</x>
151 <y>445</y>
152 </hint>
153 <hint type="destinationlabel">
154 <x>157</x>
155 <y>274</y>
156 </hint>
157 </hints>
158 </connection>
159 <connection>
160 <sender>buttonBox</sender>
161 <signal>rejected()</signal>
162 <receiver>BookmarksDialog</receiver>
163 <slot>reject()</slot>
164 <hints>
165 <hint type="sourcelabel">
166 <x>320</x>
167 <y>445</y>
168 </hint>
169 <hint type="destinationlabel">
170 <x>286</x>
171 <y>274</y>
172 </hint>
173 </hints>
174 </connection>
175 </connections>
176 </ui>

eric ide

mercurial