E5Gui/E5SideBar.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
equal deleted inserted replaced
3189:9a21c547de5f 3190:a9a94491c4fd
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)

eric ide

mercurial