PluginManager/PluginInstallDialog.py

changeset 2960
9453efa25fd5
parent 2889
3737e9f17f44
child 2992
dbdf27746da5
equal deleted inserted replaced
2959:86ad8854361b 2960:9453efa25fd5
186 186
187 @pyqtSlot(QAbstractButton) 187 @pyqtSlot(QAbstractButton)
188 def on_buttonBox_clicked(self, button): 188 def on_buttonBox_clicked(self, button):
189 """ 189 """
190 Private slot to handle the click of a button of the button box. 190 Private slot to handle the click of a button of the button box.
191
192 @param button reference to the button pressed (QAbstractButton)
191 """ 193 """
192 if button == self.__backButton: 194 if button == self.__backButton:
193 self.__currentIndex -= 1 195 self.__currentIndex -= 1
194 self.__selectPage() 196 self.__selectPage()
195 elif button == self.__nextButton: 197 elif button == self.__nextButton:

eric ide

mercurial