E5Gui/E5PathPicker.py

changeset 5726
e1dbd217214a
parent 5679
021e2db1f444
child 6048
82ad8ec9548c
--- a/E5Gui/E5PathPicker.py	Fri May 05 19:05:26 2017 +0200
+++ b/E5Gui/E5PathPicker.py	Fri May 05 19:06:52 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