Helpviewer/VirusTotal/VirusTotalDomainReportDialog.ui

changeset 4336
473bf2a8676f
parent 4335
a25c157625c4
equal deleted inserted replaced
4335:a25c157625c4 4336:473bf2a8676f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>VirusTotalDomainReportDialog</class>
4 <widget class="QDialog" name="VirusTotalDomainReportDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>900</width>
10 <height>700</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Domain Report</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_4">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_4">
22 <item>
23 <widget class="QLabel" name="headerPixmap"/>
24 </item>
25 <item>
26 <widget class="QLabel" name="headerLabel">
27 <property name="sizePolicy">
28 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
29 <horstretch>0</horstretch>
30 <verstretch>0</verstretch>
31 </sizepolicy>
32 </property>
33 </widget>
34 </item>
35 </layout>
36 </item>
37 <item>
38 <widget class="Line" name="line9_3">
39 <property name="frameShape">
40 <enum>QFrame::HLine</enum>
41 </property>
42 <property name="frameShadow">
43 <enum>QFrame::Sunken</enum>
44 </property>
45 <property name="orientation">
46 <enum>Qt::Horizontal</enum>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <layout class="QHBoxLayout" name="horizontalLayout_3">
52 <item>
53 <widget class="QGroupBox" name="groupBox">
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
58 </sizepolicy>
59 </property>
60 <property name="title">
61 <string>Categorizations</string>
62 </property>
63 <layout class="QHBoxLayout" name="horizontalLayout">
64 <item>
65 <layout class="QGridLayout" name="gridLayout">
66 <item row="0" column="0">
67 <widget class="QLabel" name="label">
68 <property name="text">
69 <string notr="true">BitDefender:</string>
70 </property>
71 </widget>
72 </item>
73 <item row="0" column="1">
74 <widget class="QLabel" name="bdLabel">
75 <property name="text">
76 <string/>
77 </property>
78 </widget>
79 </item>
80 <item row="1" column="0">
81 <widget class="QLabel" name="label_2">
82 <property name="text">
83 <string notr="true">TrendMicro:</string>
84 </property>
85 </widget>
86 </item>
87 <item row="1" column="1">
88 <widget class="QLabel" name="tmLabel">
89 <property name="text">
90 <string/>
91 </property>
92 </widget>
93 </item>
94 <item row="2" column="0">
95 <widget class="QLabel" name="label_3">
96 <property name="text">
97 <string notr="true">Websense ThreatSeeker:</string>
98 </property>
99 </widget>
100 </item>
101 <item row="2" column="1">
102 <widget class="QLabel" name="wtsLabel">
103 <property name="text">
104 <string/>
105 </property>
106 </widget>
107 </item>
108 </layout>
109 </item>
110 <item>
111 <spacer name="horizontalSpacer">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>690</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 </layout>
124 </widget>
125 </item>
126 <item>
127 <widget class="QPushButton" name="whoisButton">
128 <property name="text">
129 <string>Whois</string>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </item>
135 <item>
136 <layout class="QHBoxLayout" name="horizontalLayout_2">
137 <item>
138 <widget class="QGroupBox" name="resolutionsGroup">
139 <property name="sizePolicy">
140 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
141 <horstretch>0</horstretch>
142 <verstretch>4</verstretch>
143 </sizepolicy>
144 </property>
145 <property name="title">
146 <string>Resolutions</string>
147 </property>
148 <layout class="QVBoxLayout" name="verticalLayout_2">
149 <item>
150 <widget class="QTreeWidget" name="resolutionsList">
151 <property name="alternatingRowColors">
152 <bool>true</bool>
153 </property>
154 <property name="rootIsDecorated">
155 <bool>false</bool>
156 </property>
157 <property name="sortingEnabled">
158 <bool>true</bool>
159 </property>
160 <property name="allColumnsShowFocus">
161 <bool>true</bool>
162 </property>
163 <column>
164 <property name="text">
165 <string>IP-Address</string>
166 </property>
167 </column>
168 <column>
169 <property name="text">
170 <string>Resolved Date</string>
171 </property>
172 </column>
173 </widget>
174 </item>
175 </layout>
176 </widget>
177 </item>
178 <item>
179 <widget class="QGroupBox" name="subdomainsGroup">
180 <property name="sizePolicy">
181 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
182 <horstretch>0</horstretch>
183 <verstretch>4</verstretch>
184 </sizepolicy>
185 </property>
186 <property name="title">
187 <string>Subdomains</string>
188 </property>
189 <layout class="QVBoxLayout" name="verticalLayout">
190 <item>
191 <widget class="QListWidget" name="subdomainsList">
192 <property name="alternatingRowColors">
193 <bool>true</bool>
194 </property>
195 <property name="sortingEnabled">
196 <bool>true</bool>
197 </property>
198 </widget>
199 </item>
200 </layout>
201 </widget>
202 </item>
203 </layout>
204 </item>
205 <item>
206 <widget class="QGroupBox" name="detectedUrlsGroup">
207 <property name="sizePolicy">
208 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
209 <horstretch>0</horstretch>
210 <verstretch>2</verstretch>
211 </sizepolicy>
212 </property>
213 <property name="title">
214 <string>Detected URLs</string>
215 </property>
216 <layout class="QVBoxLayout" name="verticalLayout_3">
217 <item>
218 <widget class="QTreeWidget" name="urlsList">
219 <property name="alternatingRowColors">
220 <bool>true</bool>
221 </property>
222 <property name="rootIsDecorated">
223 <bool>false</bool>
224 </property>
225 <property name="sortingEnabled">
226 <bool>true</bool>
227 </property>
228 <property name="allColumnsShowFocus">
229 <bool>true</bool>
230 </property>
231 <column>
232 <property name="text">
233 <string>URL</string>
234 </property>
235 </column>
236 <column>
237 <property name="text">
238 <string>Scan Result</string>
239 </property>
240 </column>
241 <column>
242 <property name="text">
243 <string>Scan Date</string>
244 </property>
245 </column>
246 </widget>
247 </item>
248 </layout>
249 </widget>
250 </item>
251 <item>
252 <widget class="QDialogButtonBox" name="buttonBox">
253 <property name="orientation">
254 <enum>Qt::Horizontal</enum>
255 </property>
256 <property name="standardButtons">
257 <set>QDialogButtonBox::Close</set>
258 </property>
259 </widget>
260 </item>
261 </layout>
262 </widget>
263 <tabstops>
264 <tabstop>whoisButton</tabstop>
265 <tabstop>resolutionsList</tabstop>
266 <tabstop>subdomainsList</tabstop>
267 <tabstop>urlsList</tabstop>
268 </tabstops>
269 <resources/>
270 <connections>
271 <connection>
272 <sender>buttonBox</sender>
273 <signal>accepted()</signal>
274 <receiver>VirusTotalDomainReportDialog</receiver>
275 <slot>accept()</slot>
276 <hints>
277 <hint type="sourcelabel">
278 <x>248</x>
279 <y>254</y>
280 </hint>
281 <hint type="destinationlabel">
282 <x>157</x>
283 <y>274</y>
284 </hint>
285 </hints>
286 </connection>
287 <connection>
288 <sender>buttonBox</sender>
289 <signal>rejected()</signal>
290 <receiver>VirusTotalDomainReportDialog</receiver>
291 <slot>reject()</slot>
292 <hints>
293 <hint type="sourcelabel">
294 <x>316</x>
295 <y>260</y>
296 </hint>
297 <hint type="destinationlabel">
298 <x>286</x>
299 <y>274</y>
300 </hint>
301 </hints>
302 </connection>
303 </connections>
304 </ui>

eric ide

mercurial