5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to manage the list of defined virtual |
7 Module implementing a dialog to manage the list of defined virtual |
8 environments. |
8 environments. |
9 """ |
9 """ |
10 |
|
11 |
10 |
12 from PyQt5.QtCore import pyqtSlot, Qt |
11 from PyQt5.QtCore import pyqtSlot, Qt |
13 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QHeaderView |
12 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem, QHeaderView |
14 |
13 |
15 from .Ui_VirtualenvManagerDialog import Ui_VirtualenvManagerDialog |
14 from .Ui_VirtualenvManagerDialog import Ui_VirtualenvManagerDialog |