src/eric7/PluginManager/PluginRepositoryDialog.py

branch
eric7
changeset 10500
40fc136e7002
parent 10439
21c28b0f9e41
child 10502
89b8e0a67fde
equal deleted inserted replaced
10499:71208bcc7d99 10500:40fc136e7002
79 LocalUpdate = 2 79 LocalUpdate = 2
80 RemoteUpdate = 3 80 RemoteUpdate = 3
81 Error = 4 81 Error = 4
82 82
83 83
84 # TODO: add "Selected:" entry
84 class PluginRepositoryWidget(QWidget, Ui_PluginRepositoryDialog): 85 class PluginRepositoryWidget(QWidget, Ui_PluginRepositoryDialog):
85 """ 86 """
86 Class implementing a dialog showing the available plugins. 87 Class implementing a dialog showing the available plugins.
87 88
88 @signal closeAndInstall() emitted when the Close & Install button is 89 @signal closeAndInstall() emitted when the Close & Install button is

eric ide

mercurial