Documentation/Source/eric6.E5Gui.E5PathPicker.html

changeset 5727
c8842a8d1167
parent 5372
7ba8d3d61fdd
equal deleted inserted replaced
5726:e1dbd217214a 5727:c8842a8d1167
51 <a NAME="E5ComboPathPicker" ID="E5ComboPathPicker"></a> 51 <a NAME="E5ComboPathPicker" ID="E5ComboPathPicker"></a>
52 <h2>E5ComboPathPicker</h2> 52 <h2>E5ComboPathPicker</h2>
53 <p> 53 <p>
54 Class implementing a path picker widget consisting of a combobox and a 54 Class implementing a path picker widget consisting of a combobox and a
55 tool button to open a file dialog. 55 tool button to open a file dialog.
56 </p><h3>Signals</h3> 56 </p>
57 <dl>
58 <dt>aboutToShowPathPickerDialog</dt>
59 <dd>
60 emitted before the file dialog is shown
61 </dd><dt>editTextChanged(path)</dt>
62 <dd>
63 emitted when the entered path has changed
64 </dd><dt>pathSelected(path)</dt>
65 <dd>
66 emitted after a path has been selected via the
67 file dialog
68 </dd><dt>pickerButtonClicked</dt>
69 <dd>
70 emitted when the picker button was pressed and
71 the widget mode is custom
72 </dd>
73 </dl>
74 <h3>Derived from</h3> 57 <h3>Derived from</h3>
75 E5PathPickerBase 58 E5PathPickerBase
76 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
77 <table> 60 <table>
78 <tr><td>None</td></tr> 61 <tr><td>None</td></tr>
126 <a NAME="E5PathPicker" ID="E5PathPicker"></a> 109 <a NAME="E5PathPicker" ID="E5PathPicker"></a>
127 <h2>E5PathPicker</h2> 110 <h2>E5PathPicker</h2>
128 <p> 111 <p>
129 Class implementing a path picker widget consisting of a line edit and a 112 Class implementing a path picker widget consisting of a line edit and a
130 tool button to open a file dialog. 113 tool button to open a file dialog.
131 </p><h3>Signals</h3> 114 </p>
132 <dl>
133 <dt>aboutToShowPathPickerDialog</dt>
134 <dd>
135 emitted before the file dialog is shown
136 </dd><dt>pathSelected(path)</dt>
137 <dd>
138 emitted after a path has been selected via the
139 file dialog
140 </dd><dt>pickerButtonClicked</dt>
141 <dd>
142 emitted when the picker button was pressed and
143 the widget mode is custom
144 </dd><dt>textChanged(path)</dt>
145 <dd>
146 emitted when the entered path has changed
147 </dd>
148 </dl>
149 <h3>Derived from</h3> 115 <h3>Derived from</h3>
150 E5PathPickerBase 116 E5PathPickerBase
151 <h3>Class Attributes</h3> 117 <h3>Class Attributes</h3>
152 <table> 118 <table>
153 <tr><td>None</td></tr> 119 <tr><td>None</td></tr>

eric ide

mercurial