E5Gui/E5SideBar.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3178
f25fc1364c88
parent 3190
a9a94491c4fd
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
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)

eric ide

mercurial