--- 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()