eric7/WebBrowser/SiteInfo/SiteInfoWidget.py

branch
eric7
changeset 8605
43bd6ec9198f
parent 8601
018c48d7ae3c
child 8881
54e42bc2437a
equal deleted inserted replaced
8604:d25390ea2f19 8605:43bd6ec9198f
156 moreButton = QPushButton(self.tr("More..."), self) 156 moreButton = QPushButton(self.tr("More..."), self)
157 horizontalLayout.addWidget(moreButton) 157 horizontalLayout.addWidget(moreButton)
158 moreButton.clicked.connect(self.__showSiteInfo) 158 moreButton.clicked.connect(self.__showSiteInfo)
159 layout.addLayout(horizontalLayout, rows, 0, 1, -1) 159 layout.addLayout(horizontalLayout, rows, 0, 1, -1)
160 160
161 # TODO: check, if this changes anything
162 layout.activate() 161 layout.activate()
163 162
164 def showAt(self, pos): 163 def showAt(self, pos):
165 """ 164 """
166 Public method to show the widget. 165 Public method to show the widget.

eric ide

mercurial