eric7/PluginManager/PluginRepositoryDialog.py

branch
eric7
changeset 8651
ce4c3c401482
parent 8645
67eb147b3531
child 8663
a925267d1545
equal deleted inserted replaced
8650:100726f55a9a 8651:ce4c3c401482
114 114
115 self.__downloadInstallButton = QToolButton(self) 115 self.__downloadInstallButton = QToolButton(self)
116 self.__downloadInstallButton.setIcon( 116 self.__downloadInstallButton.setIcon(
117 UI.PixmapCache.getIcon("downloadPlus")) 117 UI.PixmapCache.getIcon("downloadPlus"))
118 self.__downloadInstallButton.setToolTip( 118 self.__downloadInstallButton.setToolTip(
119 self.tr("Download && Install")) 119 self.tr("Download & Install"))
120 self.__downloadInstallButton.clicked.connect( 120 self.__downloadInstallButton.clicked.connect(
121 self.__downloadInstallButtonClicked) 121 self.__downloadInstallButtonClicked)
122 self.__actionButtonsLayout.addWidget(self.__downloadInstallButton) 122 self.__actionButtonsLayout.addWidget(self.__downloadInstallButton)
123 123
124 self.__downloadCancelButton = QToolButton(self) 124 self.__downloadCancelButton = QToolButton(self)

eric ide

mercurial