E5Gui/E5PathPicker.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
--- a/E5Gui/E5PathPicker.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/E5Gui/E5PathPicker.py	Sat May 06 13:43:21 2017 +0200
@@ -679,13 +679,6 @@
     """
     Class implementing a path picker widget consisting of a line edit and a
     tool button to open a file dialog.
-    
-    @signal textChanged(path) emitted when the entered path has changed
-    @signal pathSelected(path) emitted after a path has been selected via the
-        file dialog
-    @signal aboutToShowPathPickerDialog emitted before the file dialog is shown
-    @signal pickerButtonClicked emitted when the picker button was pressed and
-        the widget mode is custom
     """
     def __init__(self, parent=None):
         """
@@ -701,13 +694,6 @@
     """
     Class implementing a path picker widget consisting of a combobox and a
     tool button to open a file dialog.
-    
-    @signal editTextChanged(path) emitted when the entered path has changed
-    @signal pathSelected(path) emitted after a path has been selected via the
-        file dialog
-    @signal aboutToShowPathPickerDialog emitted before the file dialog is shown
-    @signal pickerButtonClicked emitted when the picker button was pressed and
-        the widget mode is custom
     """
     def __init__(self, parent=None):
         """

eric ide

mercurial