1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>VirusTotalWhoisDialog</class>
4 <widget class="QDialog" name="VirusTotalWhoisDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>500</width>
10    <height>400</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Whois Information</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    <widget class="QPlainTextEdit" name="whoisEdit">
52     <property name="tabChangesFocus">
53      <bool>true</bool>
54     </property>
55     <property name="lineWrapMode">
56      <enum>QPlainTextEdit::NoWrap</enum>
57     </property>
58     <property name="readOnly">
59      <bool>true</bool>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <widget class="QDialogButtonBox" name="buttonBox">
65     <property name="orientation">
66      <enum>Qt::Horizontal</enum>
67     </property>
68     <property name="standardButtons">
69      <set>QDialogButtonBox::Close</set>
70     </property>
71    </widget>
72   </item>
73  </layout>
74 </widget>
75 <resources/>
76 <connections>
77  <connection>
78   <sender>buttonBox</sender>
79   <signal>accepted()</signal>
80   <receiver>VirusTotalWhoisDialog</receiver>
81   <slot>accept()</slot>
82   <hints>
83    <hint type="sourcelabel">
84     <x>248</x>
85     <y>254</y>
86    </hint>
87    <hint type="destinationlabel">
88     <x>157</x>
89     <y>274</y>
90    </hint>
91   </hints>
92  </connection>
93  <connection>
94   <sender>buttonBox</sender>
95   <signal>rejected()</signal>
96   <receiver>VirusTotalWhoisDialog</receiver>
97   <slot>reject()</slot>
98   <hints>
99    <hint type="sourcelabel">
100     <x>316</x>
101     <y>260</y>
102    </hint>
103    <hint type="destinationlabel">
104     <x>286</x>
105     <y>274</y>
106    </hint>
107   </hints>
108  </connection>
109 </connections>
110</ui>
111