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 |