Helpviewer/VirusTotalIpReportDialog.ui

changeset 4335
a25c157625c4
equal deleted inserted replaced
4334:423ddcc8c815 4335:a25c157625c4
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 <widget class="QLabel" name="headerLabel"/>
22 </item>
23 <item>
24 <widget class="Line" name="line9_3">
25 <property name="frameShape">
26 <enum>QFrame::HLine</enum>
27 </property>
28 <property name="frameShadow">
29 <enum>QFrame::Sunken</enum>
30 </property>
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <layout class="QHBoxLayout" name="horizontalLayout">
38 <item>
39 <widget class="QLabel" name="label">
40 <property name="text">
41 <string>Owner:</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QLabel" name="ownerLabel">
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="text">
54 <string/>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item>
61 <widget class="QGroupBox" name="resolutionsGroup">
62 <property name="sizePolicy">
63 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
64 <horstretch>0</horstretch>
65 <verstretch>4</verstretch>
66 </sizepolicy>
67 </property>
68 <property name="title">
69 <string>Resolutions</string>
70 </property>
71 <layout class="QVBoxLayout" name="verticalLayout_2">
72 <item>
73 <widget class="QTreeWidget" name="resolutionsList">
74 <property name="alternatingRowColors">
75 <bool>true</bool>
76 </property>
77 <property name="rootIsDecorated">
78 <bool>false</bool>
79 </property>
80 <property name="sortingEnabled">
81 <bool>true</bool>
82 </property>
83 <property name="allColumnsShowFocus">
84 <bool>true</bool>
85 </property>
86 <column>
87 <property name="text">
88 <string>Hostname</string>
89 </property>
90 </column>
91 <column>
92 <property name="text">
93 <string>Resolved Date</string>
94 </property>
95 </column>
96 </widget>
97 </item>
98 </layout>
99 </widget>
100 </item>
101 <item>
102 <widget class="QGroupBox" name="detectedUrlsGroup">
103 <property name="sizePolicy">
104 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
105 <horstretch>0</horstretch>
106 <verstretch>2</verstretch>
107 </sizepolicy>
108 </property>
109 <property name="title">
110 <string>Detected URLs</string>
111 </property>
112 <layout class="QVBoxLayout" name="verticalLayout_3">
113 <item>
114 <widget class="QTreeWidget" name="urlsList">
115 <property name="alternatingRowColors">
116 <bool>true</bool>
117 </property>
118 <property name="rootIsDecorated">
119 <bool>false</bool>
120 </property>
121 <property name="sortingEnabled">
122 <bool>true</bool>
123 </property>
124 <property name="allColumnsShowFocus">
125 <bool>true</bool>
126 </property>
127 <column>
128 <property name="text">
129 <string>URL</string>
130 </property>
131 </column>
132 <column>
133 <property name="text">
134 <string>Scan Result</string>
135 </property>
136 </column>
137 <column>
138 <property name="text">
139 <string>Scan Date</string>
140 </property>
141 </column>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 </item>
147 <item>
148 <widget class="QDialogButtonBox" name="buttonBox">
149 <property name="orientation">
150 <enum>Qt::Horizontal</enum>
151 </property>
152 <property name="standardButtons">
153 <set>QDialogButtonBox::Close</set>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </widget>
159 <resources/>
160 <connections>
161 <connection>
162 <sender>buttonBox</sender>
163 <signal>accepted()</signal>
164 <receiver>VirusTotalIpReportDialog</receiver>
165 <slot>accept()</slot>
166 <hints>
167 <hint type="sourcelabel">
168 <x>248</x>
169 <y>254</y>
170 </hint>
171 <hint type="destinationlabel">
172 <x>157</x>
173 <y>274</y>
174 </hint>
175 </hints>
176 </connection>
177 <connection>
178 <sender>buttonBox</sender>
179 <signal>rejected()</signal>
180 <receiver>VirusTotalIpReportDialog</receiver>
181 <slot>reject()</slot>
182 <hints>
183 <hint type="sourcelabel">
184 <x>316</x>
185 <y>260</y>
186 </hint>
187 <hint type="destinationlabel">
188 <x>286</x>
189 <y>274</y>
190 </hint>
191 </hints>
192 </connection>
193 </connections>
194 </ui>

eric ide

mercurial