|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>VirusTotalIpReportDialog</class> |
|
4 <widget class="QDialog" name="VirusTotalIpReportDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>800</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>IP Address Report</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_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"> |
|
52 <item> |
|
53 <widget class="QLabel" name="label"> |
|
54 <property name="text"> |
|
55 <string>Owner:</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item> |
|
60 <widget class="QLabel" name="ownerLabel"> |
|
61 <property name="sizePolicy"> |
|
62 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
63 <horstretch>0</horstretch> |
|
64 <verstretch>0</verstretch> |
|
65 </sizepolicy> |
|
66 </property> |
|
67 <property name="text"> |
|
68 <string/> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 </layout> |
|
73 </item> |
|
74 <item> |
|
75 <widget class="QGroupBox" name="resolutionsGroup"> |
|
76 <property name="sizePolicy"> |
|
77 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
78 <horstretch>0</horstretch> |
|
79 <verstretch>4</verstretch> |
|
80 </sizepolicy> |
|
81 </property> |
|
82 <property name="title"> |
|
83 <string>Resolutions</string> |
|
84 </property> |
|
85 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
86 <item> |
|
87 <widget class="QTreeWidget" name="resolutionsList"> |
|
88 <property name="alternatingRowColors"> |
|
89 <bool>true</bool> |
|
90 </property> |
|
91 <property name="rootIsDecorated"> |
|
92 <bool>false</bool> |
|
93 </property> |
|
94 <property name="sortingEnabled"> |
|
95 <bool>true</bool> |
|
96 </property> |
|
97 <property name="allColumnsShowFocus"> |
|
98 <bool>true</bool> |
|
99 </property> |
|
100 <column> |
|
101 <property name="text"> |
|
102 <string>Hostname</string> |
|
103 </property> |
|
104 </column> |
|
105 <column> |
|
106 <property name="text"> |
|
107 <string>Resolved Date</string> |
|
108 </property> |
|
109 </column> |
|
110 </widget> |
|
111 </item> |
|
112 </layout> |
|
113 </widget> |
|
114 </item> |
|
115 <item> |
|
116 <widget class="QGroupBox" name="detectedUrlsGroup"> |
|
117 <property name="sizePolicy"> |
|
118 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
119 <horstretch>0</horstretch> |
|
120 <verstretch>2</verstretch> |
|
121 </sizepolicy> |
|
122 </property> |
|
123 <property name="title"> |
|
124 <string>Detected URLs</string> |
|
125 </property> |
|
126 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
127 <item> |
|
128 <widget class="QTreeWidget" name="urlsList"> |
|
129 <property name="alternatingRowColors"> |
|
130 <bool>true</bool> |
|
131 </property> |
|
132 <property name="rootIsDecorated"> |
|
133 <bool>false</bool> |
|
134 </property> |
|
135 <property name="sortingEnabled"> |
|
136 <bool>true</bool> |
|
137 </property> |
|
138 <property name="allColumnsShowFocus"> |
|
139 <bool>true</bool> |
|
140 </property> |
|
141 <column> |
|
142 <property name="text"> |
|
143 <string>URL</string> |
|
144 </property> |
|
145 </column> |
|
146 <column> |
|
147 <property name="text"> |
|
148 <string>Scan Result</string> |
|
149 </property> |
|
150 </column> |
|
151 <column> |
|
152 <property name="text"> |
|
153 <string>Scan Date</string> |
|
154 </property> |
|
155 </column> |
|
156 </widget> |
|
157 </item> |
|
158 </layout> |
|
159 </widget> |
|
160 </item> |
|
161 <item> |
|
162 <widget class="QDialogButtonBox" name="buttonBox"> |
|
163 <property name="orientation"> |
|
164 <enum>Qt::Horizontal</enum> |
|
165 </property> |
|
166 <property name="standardButtons"> |
|
167 <set>QDialogButtonBox::Close</set> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 </layout> |
|
172 </widget> |
|
173 <resources/> |
|
174 <connections> |
|
175 <connection> |
|
176 <sender>buttonBox</sender> |
|
177 <signal>accepted()</signal> |
|
178 <receiver>VirusTotalIpReportDialog</receiver> |
|
179 <slot>accept()</slot> |
|
180 <hints> |
|
181 <hint type="sourcelabel"> |
|
182 <x>248</x> |
|
183 <y>254</y> |
|
184 </hint> |
|
185 <hint type="destinationlabel"> |
|
186 <x>157</x> |
|
187 <y>274</y> |
|
188 </hint> |
|
189 </hints> |
|
190 </connection> |
|
191 <connection> |
|
192 <sender>buttonBox</sender> |
|
193 <signal>rejected()</signal> |
|
194 <receiver>VirusTotalIpReportDialog</receiver> |
|
195 <slot>reject()</slot> |
|
196 <hints> |
|
197 <hint type="sourcelabel"> |
|
198 <x>316</x> |
|
199 <y>260</y> |
|
200 </hint> |
|
201 <hint type="destinationlabel"> |
|
202 <x>286</x> |
|
203 <y>274</y> |
|
204 </hint> |
|
205 </hints> |
|
206 </connection> |
|
207 </connections> |
|
208 </ui> |