52 self.__autoHideButton.setCheckable(True) |
52 self.__autoHideButton.setCheckable(True) |
53 self.__autoHideButton.setIcon( |
53 self.__autoHideButton.setIcon( |
54 UI.PixmapCache.getIcon("autoHideOff.png")) |
54 UI.PixmapCache.getIcon("autoHideOff.png")) |
55 self.__autoHideButton.setChecked(True) |
55 self.__autoHideButton.setChecked(True) |
56 self.__autoHideButton.setToolTip( |
56 self.__autoHideButton.setToolTip( |
57 self.trUtf8("Deselect to activate automatic collapsing")) |
57 self.tr("Deselect to activate automatic collapsing")) |
58 self.barLayout = QBoxLayout(QBoxLayout.LeftToRight) |
58 self.barLayout = QBoxLayout(QBoxLayout.LeftToRight) |
59 self.barLayout.setContentsMargins(0, 0, 0, 0) |
59 self.barLayout.setContentsMargins(0, 0, 0, 0) |
60 self.layout = QBoxLayout(QBoxLayout.TopToBottom) |
60 self.layout = QBoxLayout(QBoxLayout.TopToBottom) |
61 self.layout.setContentsMargins(0, 0, 0, 0) |
61 self.layout.setContentsMargins(0, 0, 0, 0) |
62 self.layout.setSpacing(0) |
62 self.layout.setSpacing(0) |