65 Private method to initialize the conda interface elements. |
65 Private method to initialize the conda interface elements. |
66 """ |
66 """ |
67 self.statusLabel.hide() |
67 self.statusLabel.hide() |
68 |
68 |
69 self.condaMenuButton.setObjectName( |
69 self.condaMenuButton.setObjectName( |
70 "navigation_supermenu_button") |
70 "conda_supermenu_button") |
71 self.condaMenuButton.setIcon(UI.PixmapCache.getIcon("superMenu")) |
71 self.condaMenuButton.setIcon(UI.PixmapCache.getIcon("superMenu")) |
72 self.condaMenuButton.setToolTip(self.tr("Conda Menu")) |
72 self.condaMenuButton.setToolTip(self.tr("Conda Menu")) |
73 self.condaMenuButton.setPopupMode(QToolButton.InstantPopup) |
73 self.condaMenuButton.setPopupMode(QToolButton.InstantPopup) |
74 self.condaMenuButton.setToolButtonStyle(Qt.ToolButtonIconOnly) |
74 self.condaMenuButton.setToolButtonStyle(Qt.ToolButtonIconOnly) |
75 self.condaMenuButton.setFocusPolicy(Qt.NoFocus) |
75 self.condaMenuButton.setFocusPolicy(Qt.NoFocus) |