eric6/Helpviewer/UserAgent/UserAgentsDialog.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>UserAgentsDialog</class>
4 <widget class="QDialog" name="UserAgentsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>User Agent Settings</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</string>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </item>
49 </layout>
50 </item>
51 <item>
52 <widget class="E5TableView" name="userAgentsTable">
53 <property name="alternatingRowColors">
54 <bool>true</bool>
55 </property>
56 <property name="selectionBehavior">
57 <enum>QAbstractItemView::SelectRows</enum>
58 </property>
59 <property name="textElideMode">
60 <enum>Qt::ElideMiddle</enum>
61 </property>
62 <property name="showGrid">
63 <bool>false</bool>
64 </property>
65 <property name="sortingEnabled">
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 remove the selected entries</string>
76 </property>
77 <property name="text">
78 <string>&amp;Remove</string>
79 </property>
80 <property name="autoDefault">
81 <bool>false</bool>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QPushButton" name="removeAllButton">
87 <property name="toolTip">
88 <string>Press to remove all entries</string>
89 </property>
90 <property name="text">
91 <string>Remove &amp;All</string>
92 </property>
93 <property name="autoDefault">
94 <bool>false</bool>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <spacer name="horizontalSpacer_2">
100 <property name="orientation">
101 <enum>Qt::Horizontal</enum>
102 </property>
103 <property name="sizeHint" stdset="0">
104 <size>
105 <width>208</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>E5ClearableLineEdit</class>
128 <extends>QLineEdit</extends>
129 <header>E5Gui/E5LineEdit.h</header>
130 </customwidget>
131 <customwidget>
132 <class>E5TableView</class>
133 <extends>QTableView</extends>
134 <header>E5Gui/E5TableView.h</header>
135 </customwidget>
136 </customwidgets>
137 <tabstops>
138 <tabstop>searchEdit</tabstop>
139 <tabstop>userAgentsTable</tabstop>
140 <tabstop>removeButton</tabstop>
141 <tabstop>removeAllButton</tabstop>
142 <tabstop>buttonBox</tabstop>
143 </tabstops>
144 <resources/>
145 <connections>
146 <connection>
147 <sender>buttonBox</sender>
148 <signal>accepted()</signal>
149 <receiver>UserAgentsDialog</receiver>
150 <slot>accept()</slot>
151 <hints>
152 <hint type="sourcelabel">
153 <x>237</x>
154 <y>390</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>UserAgentsDialog</receiver>
166 <slot>reject()</slot>
167 <hints>
168 <hint type="sourcelabel">
169 <x>325</x>
170 <y>390</y>
171 </hint>
172 <hint type="destinationlabel">
173 <x>286</x>
174 <y>274</y>
175 </hint>
176 </hints>
177 </connection>
178 </connections>
179 </ui>

eric ide

mercurial