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. |