src/eric7/WebBrowser/UserAgent/UserAgentsDialog.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>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="QLineEdit" name="searchEdit">
42 <property name="toolTip">
43 <string>Enter search term</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="EricTableView" name="userAgentsTable">
56 <property name="alternatingRowColors">
57 <bool>true</bool>
58 </property>
59 <property name="selectionBehavior">
60 <enum>QAbstractItemView::SelectRows</enum>
61 </property>
62 <property name="textElideMode">
63 <enum>Qt::ElideMiddle</enum>
64 </property>
65 <property name="showGrid">
66 <bool>false</bool>
67 </property>
68 <property name="sortingEnabled">
69 <bool>true</bool>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <layout class="QHBoxLayout" name="horizontalLayout_3">
75 <item>
76 <widget class="QPushButton" name="removeButton">
77 <property name="toolTip">
78 <string>Press to remove the selected entries</string>
79 </property>
80 <property name="text">
81 <string>&amp;Remove</string>
82 </property>
83 <property name="autoDefault">
84 <bool>false</bool>
85 </property>
86 </widget>
87 </item>
88 <item>
89 <widget class="QPushButton" name="removeAllButton">
90 <property name="toolTip">
91 <string>Press to remove all entries</string>
92 </property>
93 <property name="text">
94 <string>Remove &amp;All</string>
95 </property>
96 <property name="autoDefault">
97 <bool>false</bool>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <spacer name="horizontalSpacer_2">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="sizeHint" stdset="0">
107 <size>
108 <width>208</width>
109 <height>20</height>
110 </size>
111 </property>
112 </spacer>
113 </item>
114 </layout>
115 </item>
116 <item>
117 <widget class="QDialogButtonBox" name="buttonBox">
118 <property name="orientation">
119 <enum>Qt::Horizontal</enum>
120 </property>
121 <property name="standardButtons">
122 <set>QDialogButtonBox::Close</set>
123 </property>
124 </widget>
125 </item>
126 </layout>
127 </widget>
128 <customwidgets>
129 <customwidget>
130 <class>EricTableView</class>
131 <extends>QTableView</extends>
132 <header>EricWidgets/EricTableView.h</header>
133 </customwidget>
134 </customwidgets>
135 <tabstops>
136 <tabstop>searchEdit</tabstop>
137 <tabstop>userAgentsTable</tabstop>
138 <tabstop>removeButton</tabstop>
139 <tabstop>removeAllButton</tabstop>
140 <tabstop>buttonBox</tabstop>
141 </tabstops>
142 <resources/>
143 <connections>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>accepted()</signal>
147 <receiver>UserAgentsDialog</receiver>
148 <slot>accept()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>237</x>
152 <y>390</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>157</x>
156 <y>274</y>
157 </hint>
158 </hints>
159 </connection>
160 <connection>
161 <sender>buttonBox</sender>
162 <signal>rejected()</signal>
163 <receiver>UserAgentsDialog</receiver>
164 <slot>reject()</slot>
165 <hints>
166 <hint type="sourcelabel">
167 <x>325</x>
168 <y>390</y>
169 </hint>
170 <hint type="destinationlabel">
171 <x>286</x>
172 <y>274</y>
173 </hint>
174 </hints>
175 </connection>
176 </connections>
177 </ui>

eric ide

mercurial