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