Module implementing the Plugin installation dialog.
| None | 
| PluginInstallDialog | Class for the dialog variant. | 
| PluginInstallWidget | Class implementing the Plugin installation dialog. | 
| PluginInstallWindow | Main window class for the standalone dialog. | 
| None | 
Class for the dialog variant.
| None | 
| None | 
| PluginInstallDialog | Constructor | 
| restartNeeded | Public method to check, if a restart of the IDE is required. | 
| None | 
Constructor
Public method to check, if a restart of the IDE is required.
Class implementing the Plugin installation dialog.
| None | 
| None | 
| PluginInstallWidget | Constructor | 
| __createArchivesList | Private method to create a list of plugin archive names. | 
| __installPlugin | Private slot to install the selected plugin. | 
| __installPlugins | Private method to install the selected plugin archives. | 
| __makedirs | Private method to create a directory and all intermediate ones. | 
| __rollback | Private method to rollback a failed installation. | 
| __selectPage | Private method to show the right wizard page. | 
| __uninstallPackage | Private method to uninstall an already installed plugin to prepare the update. | 
| on_addArchivesButton_clicked | Private slot to select plugin ZIP-archives via a file selection dialog. | 
| on_archivesList_itemSelectionChanged | Private slot called, when the selection of the archives list changes. | 
| on_buttonBox_clicked | Private slot to handle the click of a button of the button box. | 
| on_removeArchivesButton_clicked | Private slot to remove archives from the list. | 
| restartNeeded | Public method to check, if a restart of the IDE is required. | 
| None | 
Constructor
Private method to create a list of plugin archive names.
Private slot to install the selected plugin.
Private method to install the selected plugin archives.
Private method to create a directory and all intermediate ones.
This is an extended version of the Python one in order to record the created directories.
Private method to rollback a failed installation.
Private method to show the right wizard page.
Private method to uninstall an already installed plugin to prepare the update.
Private slot to select plugin ZIP-archives via a file selection dialog.
Private slot called, when the selection of the archives list changes.
Private slot to handle the click of a button of the button box.
Private slot to remove archives from the list.
Public method to check, if a restart of the IDE is required.
Main window class for the standalone dialog.
| None | 
| None | 
| PluginInstallWindow | Constructor | 
| None | 
Constructor