252 <td>Public method to get the first path of a list of entered paths.</td> |
252 <td>Public method to get the first path of a list of entered paths.</td> |
253 </tr><tr> |
253 </tr><tr> |
254 <td><a href="#E5PathPickerBase.isPickerEnabled">isPickerEnabled</a></td> |
254 <td><a href="#E5PathPickerBase.isPickerEnabled">isPickerEnabled</a></td> |
255 <td>Public method to get the file dialog button enabled state.</td> |
255 <td>Public method to get the file dialog button enabled state.</td> |
256 </tr><tr> |
256 </tr><tr> |
|
257 <td><a href="#E5PathPickerBase.isReadOnly">isReadOnly</a></td> |
|
258 <td>Public method to check the path picker for read only mode.</td> |
|
259 </tr><tr> |
257 <td><a href="#E5PathPickerBase.lastPath">lastPath</a></td> |
260 <td><a href="#E5PathPickerBase.lastPath">lastPath</a></td> |
258 <td>Public method to get the last path of a list of entered paths.</td> |
261 <td>Public method to get the last path of a list of entered paths.</td> |
259 </tr><tr> |
262 </tr><tr> |
260 <td><a href="#E5PathPickerBase.mode">mode</a></td> |
263 <td><a href="#E5PathPickerBase.mode">mode</a></td> |
261 <td>Public method to get the path picker mode.</td> |
264 <td>Public method to get the path picker mode.</td> |
302 <td><a href="#E5PathPickerBase.setPathsList">setPathsList</a></td> |
305 <td><a href="#E5PathPickerBase.setPathsList">setPathsList</a></td> |
303 <td>Public method to set the paths list.</td> |
306 <td>Public method to set the paths list.</td> |
304 </tr><tr> |
307 </tr><tr> |
305 <td><a href="#E5PathPickerBase.setPickerEnabled">setPickerEnabled</a></td> |
308 <td><a href="#E5PathPickerBase.setPickerEnabled">setPickerEnabled</a></td> |
306 <td>Public method to set the enabled state of the file dialog button.</td> |
309 <td>Public method to set the enabled state of the file dialog button.</td> |
|
310 </tr><tr> |
|
311 <td><a href="#E5PathPickerBase.setReadOnly">setReadOnly</a></td> |
|
312 <td>Public method to set the path picker to read only mode.</td> |
307 </tr><tr> |
313 </tr><tr> |
308 <td><a href="#E5PathPickerBase.setSizeAdjustPolicy">setSizeAdjustPolicy</a></td> |
314 <td><a href="#E5PathPickerBase.setSizeAdjustPolicy">setSizeAdjustPolicy</a></td> |
309 <td>Public method to set the size adjust policy of the combo box.</td> |
315 <td>Public method to set the size adjust policy of the combo box.</td> |
310 </tr><tr> |
316 </tr><tr> |
311 <td><a href="#E5PathPickerBase.setText">setText</a></td> |
317 <td><a href="#E5PathPickerBase.setText">setText</a></td> |
538 </dl><dl> |
544 </dl><dl> |
539 <dt>Return Type:</dt> |
545 <dt>Return Type:</dt> |
540 <dd> |
546 <dd> |
541 bool |
547 bool |
542 </dd> |
548 </dd> |
|
549 </dl><a NAME="E5PathPickerBase.isReadOnly" ID="E5PathPickerBase.isReadOnly"></a> |
|
550 <h4>E5PathPickerBase.isReadOnly</h4> |
|
551 <b>isReadOnly</b>(<i></i>) |
|
552 <p> |
|
553 Public method to check the path picker for read only mode. |
|
554 </p><dl> |
|
555 <dt>Returns:</dt> |
|
556 <dd> |
|
557 flg indicating read only mode |
|
558 </dd> |
|
559 </dl><dl> |
|
560 <dt>Return Type:</dt> |
|
561 <dd> |
|
562 bool |
|
563 </dd> |
543 </dl><a NAME="E5PathPickerBase.lastPath" ID="E5PathPickerBase.lastPath"></a> |
564 </dl><a NAME="E5PathPickerBase.lastPath" ID="E5PathPickerBase.lastPath"></a> |
544 <h4>E5PathPickerBase.lastPath</h4> |
565 <h4>E5PathPickerBase.lastPath</h4> |
545 <b>lastPath</b>(<i>toNative=True</i>) |
566 <b>lastPath</b>(<i>toNative=True</i>) |
546 <p> |
567 <p> |
547 Public method to get the last path of a list of entered paths. |
568 Public method to get the last path of a list of entered paths. |
755 Public method to set the enabled state of the file dialog button. |
776 Public method to set the enabled state of the file dialog button. |
756 </p><dl> |
777 </p><dl> |
757 <dt><i>enable</i> (bool)</dt> |
778 <dt><i>enable</i> (bool)</dt> |
758 <dd> |
779 <dd> |
759 flag indicating the enabled state |
780 flag indicating the enabled state |
|
781 </dd> |
|
782 </dl><a NAME="E5PathPickerBase.setReadOnly" ID="E5PathPickerBase.setReadOnly"></a> |
|
783 <h4>E5PathPickerBase.setReadOnly</h4> |
|
784 <b>setReadOnly</b>(<i>readOnly</i>) |
|
785 <p> |
|
786 Public method to set the path picker to read only mode. |
|
787 </p><dl> |
|
788 <dt><i>readOnly</i> (bool)</dt> |
|
789 <dd> |
|
790 flag indicating read only mode |
760 </dd> |
791 </dd> |
761 </dl><a NAME="E5PathPickerBase.setSizeAdjustPolicy" ID="E5PathPickerBase.setSizeAdjustPolicy"></a> |
792 </dl><a NAME="E5PathPickerBase.setSizeAdjustPolicy" ID="E5PathPickerBase.setSizeAdjustPolicy"></a> |
762 <h4>E5PathPickerBase.setSizeAdjustPolicy</h4> |
793 <h4>E5PathPickerBase.setSizeAdjustPolicy</h4> |
763 <b>setSizeAdjustPolicy</b>(<i>policy</i>) |
794 <b>setSizeAdjustPolicy</b>(<i>policy</i>) |
764 <p> |
795 <p> |