--- a/eric6/Preferences/ConfigurationPages/HelpVirusTotalPage.ui Sat Sep 07 14:45:27 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,162 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>HelpVirusTotalPage</class> - <widget class="QWidget" name="HelpVirusTotalPage"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>485</width> - <height>409</height> - </rect> - </property> - <property name="windowTitle"> - <string/> - </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/> - </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="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 secure (https) connections</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>74</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <tabstops> - <tabstop>vtEnabledCheckBox</tabstop> - <tabstop>vtServiceKeyEdit</tabstop> - <tabstop>testButton</tabstop> - <tabstop>vtSecureCheckBox</tabstop> - </tabstops> - <resources/> - <connections/> -</ui>