src/eric7/WebBrowser/Bookmarks/BookmarksDialog.ui

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

eric ide

mercurial