eric6/CondaInterface/CondaPackagesWidget.py

changeset 7107
fccf607a5326
parent 6942
2602857055c5
child 7229
53054eb5b15a
equal deleted inserted replaced
7106:55ebff16bd8c 7107:fccf607a5326
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)

eric ide

mercurial