337 self.addPage() |
337 self.addPage() |
338 self.__checkActionButtons() |
338 self.__checkActionButtons() |
339 |
339 |
340 self.__centerSplitter.setSizes([900, 150]) |
340 self.__centerSplitter.setSizes([900, 150]) |
341 |
341 |
342 QTimer.singleShot(50, self.__lookForNewDocumentation) |
342 if Preferences.getHelp("QtHelpSearchNewOnStart"): |
|
343 QTimer.singleShot(50, self.__lookForNewDocumentation) |
343 |
344 |
344 def __addNavigationButton(self, iconName, toolTip): |
345 def __addNavigationButton(self, iconName, toolTip): |
345 """ |
346 """ |
346 Private method to create and add a navigation button. |
347 Private method to create and add a navigation button. |
347 |
348 |