|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>WebBrowserVirusTotalPage</class> |
|
4 <widget class="QWidget" name="WebBrowserVirusTotalPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>455</width> |
|
10 <height>303</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure VirusTotal Interface</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line17"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QCheckBox" name="vtEnabledCheckBox"> |
|
36 <property name="toolTip"> |
|
37 <string>Select to enable the VirusTotal interface</string> |
|
38 </property> |
|
39 <property name="text"> |
|
40 <string>Enable VirusTotal</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QGroupBox" name="groupBox"> |
|
46 <property name="title"> |
|
47 <string>Service Key</string> |
|
48 </property> |
|
49 <layout class="QVBoxLayout" name="verticalLayout"> |
|
50 <item> |
|
51 <widget class="QLabel" name="label"> |
|
52 <property name="text"> |
|
53 <string>Enter your personal VirusTotal service key (s. <a href="http://virustotal.com">VirusTotal &copy;</a> for details):</string> |
|
54 </property> |
|
55 <property name="wordWrap"> |
|
56 <bool>true</bool> |
|
57 </property> |
|
58 <property name="openExternalLinks"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item> |
|
64 <widget class="QLineEdit" name="vtServiceKeyEdit"> |
|
65 <property name="toolTip"> |
|
66 <string>Enter the VirusTotal service key</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item> |
|
71 <widget class="QLabel" name="testResultLabel"> |
|
72 <property name="text"> |
|
73 <string/> |
|
74 </property> |
|
75 <property name="alignment"> |
|
76 <set>Qt::AlignCenter</set> |
|
77 </property> |
|
78 <property name="wordWrap"> |
|
79 <bool>true</bool> |
|
80 </property> |
|
81 </widget> |
|
82 </item> |
|
83 <item> |
|
84 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
85 <item> |
|
86 <spacer name="horizontalSpacer"> |
|
87 <property name="orientation"> |
|
88 <enum>Qt::Horizontal</enum> |
|
89 </property> |
|
90 <property name="sizeHint" stdset="0"> |
|
91 <size> |
|
92 <width>40</width> |
|
93 <height>20</height> |
|
94 </size> |
|
95 </property> |
|
96 </spacer> |
|
97 </item> |
|
98 <item> |
|
99 <widget class="QPushButton" name="testButton"> |
|
100 <property name="enabled"> |
|
101 <bool>false</bool> |
|
102 </property> |
|
103 <property name="toolTip"> |
|
104 <string>Press to test the validity of the service key</string> |
|
105 </property> |
|
106 <property name="text"> |
|
107 <string>Test Service Key</string> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item> |
|
112 <spacer name="horizontalSpacer_2"> |
|
113 <property name="orientation"> |
|
114 <enum>Qt::Horizontal</enum> |
|
115 </property> |
|
116 <property name="sizeHint" stdset="0"> |
|
117 <size> |
|
118 <width>40</width> |
|
119 <height>20</height> |
|
120 </size> |
|
121 </property> |
|
122 </spacer> |
|
123 </item> |
|
124 </layout> |
|
125 </item> |
|
126 </layout> |
|
127 </widget> |
|
128 </item> |
|
129 <item> |
|
130 <widget class="QCheckBox" name="vtSecureCheckBox"> |
|
131 <property name="toolTip"> |
|
132 <string>Select to use a secure (https) connection</string> |
|
133 </property> |
|
134 <property name="text"> |
|
135 <string>Use secure (https) connections</string> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item> |
|
140 <spacer name="verticalSpacer"> |
|
141 <property name="orientation"> |
|
142 <enum>Qt::Vertical</enum> |
|
143 </property> |
|
144 <property name="sizeHint" stdset="0"> |
|
145 <size> |
|
146 <width>20</width> |
|
147 <height>40</height> |
|
148 </size> |
|
149 </property> |
|
150 </spacer> |
|
151 </item> |
|
152 </layout> |
|
153 </widget> |
|
154 <tabstops> |
|
155 <tabstop>vtEnabledCheckBox</tabstop> |
|
156 <tabstop>vtServiceKeyEdit</tabstop> |
|
157 <tabstop>testButton</tabstop> |
|
158 <tabstop>vtSecureCheckBox</tabstop> |
|
159 </tabstops> |
|
160 <resources/> |
|
161 <connections/> |
|
162 </ui> |