eric6/WebBrowser/SafeBrowsing/SafeBrowsingInfoWidget.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
24 @param info information string to be shown 24 @param info information string to be shown
25 @type str 25 @type str
26 @param parent reference to the parent widget 26 @param parent reference to the parent widget
27 @type QWidget 27 @type QWidget
28 """ 28 """
29 super(SafeBrowsingInfoWidget, self).__init__(parent) 29 super().__init__(parent)
30 30
31 self.setMinimumWidth(500) 31 self.setMinimumWidth(500)
32 32
33 layout = QHBoxLayout(self) 33 layout = QHBoxLayout(self)
34 34

eric ide

mercurial