eric6/VirtualEnv/VirtualenvConfigurationDialog.py

changeset 7827
3d42837a8b66
parent 7781
607a6098cb44
child 7910
2eeec6bc49e6
child 7924
8a96736d465e
diff -r 704c46e040a2 -r 3d42837a8b66 eric6/VirtualEnv/VirtualenvConfigurationDialog.py
--- a/eric6/VirtualEnv/VirtualenvConfigurationDialog.py	Sun Nov 08 11:42:46 2020 +0100
+++ b/eric6/VirtualEnv/VirtualenvConfigurationDialog.py	Sun Nov 08 16:00:57 2020 +0100
@@ -171,6 +171,16 @@
             self.venvStack.setCurrentWidget(self.venvPage)
     
     @pyqtSlot(str)
+    def on_nameEdit_textChanged(self, txt):
+        """
+        Private slot handling a change of the virtual environment name.
+        
+        @param txt name of the virtual environment
+        @type str
+        """
+        self.__updateOK()
+    
+    @pyqtSlot(str)
     def on_targetDirectoryPicker_textChanged(self, txt):
         """
         Private slot handling a change of the target directory.

eric ide

mercurial