eric6/E5Network/E5SslInfoWidget.py

branch
maintenance
changeset 7943
cbe676f46e4e
parent 7924
8a96736d465e
child 8043
0acf98cd089a
equal deleted inserted replaced
7942:049ef800208f 7943:cbe676f46e4e
155 sslVersion = "TLS 1.2" 155 sslVersion = "TLS 1.2"
156 imageLabel.setPixmap( 156 imageLabel.setPixmap(
157 UI.PixmapCache.getPixmap("securityHigh32")) 157 UI.PixmapCache.getPixmap("securityHigh32"))
158 try: 158 try:
159 # Qt 5.12 and newer 159 # Qt 5.12 and newer
160 if proto == QSsl.TlsV1_2: 160 if proto == QSsl.TlsV1_3:
161 sslVersion = "TLS 1.2" 161 sslVersion = "TLS 1.3"
162 imageLabel.setPixmap( 162 imageLabel.setPixmap(
163 UI.PixmapCache.getPixmap("securityHigh32")) 163 UI.PixmapCache.getPixmap("securityHigh32"))
164 except AttributeError: 164 except AttributeError:
165 pass 165 pass
166 rows += 1 166 rows += 1

eric ide

mercurial