Module implementing a dialog to manage the list of defined virtual environments.
None |
VirtualenvManagerDialog | Class implementing the virtual environments manager dialog variant. |
VirtualenvManagerWidget | Class implementing a widget to manage the list of defined virtual environments. |
VirtualenvManagerWindow | Main window class for the standalone virtual environments manager. |
None |
Class implementing the virtual environments manager dialog variant.
None |
None |
VirtualenvManagerDialog | Constructor |
None |
Constructor
Class implementing a widget to manage the list of defined virtual environments.
MetadataRole |
None |
VirtualenvManagerWidget | Constructor |
__populateVenvList | Private method to populate the list of virtual environments. |
__refresh | Private slot to refresh the list of shown items. |
__resizeSections | Private method to resize the sections of the environment list to their contents. |
__updateButtons | Private method to update the enabled state of the various buttons. |
on_addButton_clicked | Private slot to add a new entry. |
on_deleteAllButton_clicked | Private slot to delete all entries from the list and disk. |
on_deleteButton_clicked | Private slot to delete all selected entries from the list and disk. |
on_editButton_clicked | Private slot to edit the selected entry. |
on_newButton_clicked | Private slot to create a new virtual environment. |
on_refreshButton_clicked | Private slot to refresh the list of virtual environments. |
on_removeAllButton_clicked | Private slot to remove all entries from the list but keep their directories. |
on_removeButton_clicked | Private slot to remove all selected entries from the list but keep their directories. |
on_saveButton_clicked | Private slot to save the base directory name. |
on_searchNewButton_clicked | Private slot to search for new (not yet registered) Python interpreters. |
on_upgradeButton_clicked | Private slot to upgrade a virtual environment. |
on_venvList_itemSelectionChanged | Private slot handling a change of the selected items. |
None |
Constructor
Private method to populate the list of virtual environments.
Private slot to refresh the list of shown items.
Private method to resize the sections of the environment list to their contents.
Private method to update the enabled state of the various buttons.
Private slot to add a new entry.
Private slot to delete all entries from the list and disk.
Private slot to delete all selected entries from the list and disk.
Private slot to edit the selected entry.
Private slot to create a new virtual environment.
Private slot to refresh the list of virtual environments.
Private slot to remove all entries from the list but keep their directories.
Private slot to remove all selected entries from the list but keep their directories.
Private slot to save the base directory name.
Private slot to search for new (not yet registered) Python interpreters.
Private slot to upgrade a virtual environment.
Private slot handling a change of the selected items.
Main window class for the standalone virtual environments manager.
None |
None |
VirtualenvManagerWindow | Constructor |
None |
Constructor