src/eric7/EricNetwork/EricSslInfoWidget.py

branch
eric7
changeset 10423
299802979277
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/EricNetwork/EricSslInfoWidget.py	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/EricNetwork/EricSslInfoWidget.py	Tue Dec 19 19:57:08 2023 +0100
@@ -24,9 +24,12 @@
         """
         Constructor
 
-        @param url URL to show SSL info for (QUrl)
-        @param configuration SSL configuration (QSslConfiguration)
-        @param parent reference to the parent widget (QWidget)
+        @param url URL to show SSL info for
+        @type QUrl
+        @param configuration SSL configuration
+        @type QSslConfiguration
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
 
@@ -184,7 +187,8 @@
         """
         Public method to show the widget.
 
-        @param pos position to show at (QPoint)
+        @param pos position to show at
+        @type QPoint
         """
         self.adjustSize()
         xpos = pos.x() - self.width()

eric ide

mercurial