eric6/Preferences/ConfigurationPages/HelpVirusTotalPage.ui

changeset 7220
5cf645f6daab
parent 7218
eaf2cf171f3a
parent 7211
1c97f3142fa8
child 7221
0485ccdf7877
equal deleted inserted replaced
7218:eaf2cf171f3a 7220:5cf645f6daab
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HelpVirusTotalPage</class>
4 <widget class="QWidget" name="HelpVirusTotalPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>485</width>
10 <height>409</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string/>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <widget class="QLabel" name="headerLabel">
19 <property name="text">
20 <string>&lt;b&gt;Configure VirusTotal Interface&lt;/b&gt;</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="Line" name="line17">
26 <property name="frameShape">
27 <enum>QFrame::HLine</enum>
28 </property>
29 <property name="frameShadow">
30 <enum>QFrame::Sunken</enum>
31 </property>
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QCheckBox" name="vtEnabledCheckBox">
39 <property name="toolTip">
40 <string>Select to enable the VirusTotal interface</string>
41 </property>
42 <property name="text">
43 <string>Enable VirusTotal</string>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QGroupBox" name="groupBox">
49 <property name="title">
50 <string>Service Key</string>
51 </property>
52 <layout class="QVBoxLayout" name="verticalLayout">
53 <item>
54 <widget class="QLabel" name="label">
55 <property name="text">
56 <string>Enter your personal VirusTotal service key (s. &lt;a href=&quot;http://virustotal.com&quot;&gt;VirusTotal &amp;copy;&lt;/a&gt; for details):</string>
57 </property>
58 <property name="wordWrap">
59 <bool>true</bool>
60 </property>
61 <property name="openExternalLinks">
62 <bool>true</bool>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <widget class="QLineEdit" name="vtServiceKeyEdit">
68 <property name="toolTip">
69 <string/>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QLabel" name="testResultLabel">
75 <property name="text">
76 <string/>
77 </property>
78 <property name="alignment">
79 <set>Qt::AlignCenter</set>
80 </property>
81 <property name="wordWrap">
82 <bool>true</bool>
83 </property>
84 </widget>
85 </item>
86 <item>
87 <layout class="QHBoxLayout" name="horizontalLayout">
88 <item>
89 <spacer name="horizontalSpacer">
90 <property name="orientation">
91 <enum>Qt::Horizontal</enum>
92 </property>
93 <property name="sizeHint" stdset="0">
94 <size>
95 <width>40</width>
96 <height>20</height>
97 </size>
98 </property>
99 </spacer>
100 </item>
101 <item>
102 <widget class="QPushButton" name="testButton">
103 <property name="enabled">
104 <bool>false</bool>
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 secure (https) connections</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>74</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>

eric ide

mercurial