eric7/WebBrowser/SiteInfo/SiteInfoWidget.py

branch
eric7
changeset 8561
641304b46f08
parent 8556
766e1566cb74
child 8601
018c48d7ae3c
equal deleted inserted replaced
8558:396fc1508450 8561:641304b46f08
156 horizontalLayout.addItem(spacerItem) 156 horizontalLayout.addItem(spacerItem)
157 moreButton = QPushButton(self.tr("More..."), self) 157 moreButton = QPushButton(self.tr("More..."), self)
158 horizontalLayout.addWidget(moreButton) 158 horizontalLayout.addWidget(moreButton)
159 moreButton.clicked.connect(self.__showSiteInfo) 159 moreButton.clicked.connect(self.__showSiteInfo)
160 layout.addLayout(horizontalLayout, rows, 0, 1, -1) 160 layout.addLayout(horizontalLayout, rows, 0, 1, -1)
161
162 # TODO: check, if this changes anything
163 layout.activate()
161 164
162 def showAt(self, pos): 165 def showAt(self, pos):
163 """ 166 """
164 Public method to show the widget. 167 Public method to show the widget.
165 168

eric ide

mercurial