Plugins/UiExtensionPlugins/PipInterface/PipPackagesInputDialog.py

changeset 6301
f488d2cc5841
parent 6048
82ad8ec9548c
child 6327
a1716d9210f4
equal deleted inserted replaced
6300:cfb21ace8d09 6301:f488d2cc5841
13 from PyQt5.QtWidgets import QDialog, QDialogButtonBox 13 from PyQt5.QtWidgets import QDialog, QDialogButtonBox
14 14
15 from .Ui_PipPackagesInputDialog import Ui_PipPackagesInputDialog 15 from .Ui_PipPackagesInputDialog import Ui_PipPackagesInputDialog
16 16
17 17
18 # TODO: add checkbox to select an installation into 'user site'
18 class PipPackagesInputDialog(QDialog, Ui_PipPackagesInputDialog): 19 class PipPackagesInputDialog(QDialog, Ui_PipPackagesInputDialog):
19 """ 20 """
20 Class implementing a dialog to enter package specifications. 21 Class implementing a dialog to enter package specifications.
21 """ 22 """
22 def __init__(self, plugin, title, parent=None): 23 def __init__(self, plugin, title, parent=None):

eric ide

mercurial