Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>WebBrowserVirusTotalPage</class> <widget class="QWidget" name="WebBrowserVirusTotalPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>455</width> <height>303</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure VirusTotal Interface</b></string> </property> </widget> </item> <item> <widget class="Line" name="line17"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QCheckBox" name="vtEnabledCheckBox"> <property name="toolTip"> <string>Select to enable the VirusTotal interface</string> </property> <property name="text"> <string>Enable VirusTotal</string> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Service Key</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Enter your personal VirusTotal service key (s. <a href="http://virustotal.com">VirusTotal &copy;</a> for details):</string> </property> <property name="wordWrap"> <bool>true</bool> </property> <property name="openExternalLinks"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLineEdit" name="vtServiceKeyEdit"> <property name="toolTip"> <string>Enter the VirusTotal service key</string> </property> </widget> </item> <item> <widget class="QLabel" name="testResultLabel"> <property name="text"> <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="testButton"> <property name="enabled"> <bool>false</bool> </property> <property name="toolTip"> <string>Press to test the validity of the service key</string> </property> <property name="text"> <string>Test Service Key</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QCheckBox" name="vtSecureCheckBox"> <property name="toolTip"> <string>Select to use a secure (https) connection</string> </property> <property name="text"> <string>Use secure (https) connections</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>vtEnabledCheckBox</tabstop> <tabstop>vtServiceKeyEdit</tabstop> <tabstop>testButton</tabstop> <tabstop>vtSecureCheckBox</tabstop> </tabstops> <resources/> <connections/> </ui>