Obsolete Members for QFileDialogThe following class members are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code. Properties
Property Documentation
|
bool | confirmOverwrite () const |
void | setConfirmOverwrite ( bool enabled ) |
This property holds this property holds whether the filter details is shown or not.
When this property is true (the default), the filter details are shown in the combo box. When the property is set to false, these are hidden.
Use setOption(HideNameFilterDetails, !enabled) or !testOption(HideNameFilterDetails).
This property was introduced in Qt 4.4.
Access functions:
bool | isNameFilterDetailsVisible () const |
void | setNameFilterDetailsVisible ( bool enabled ) |
This property holds whether the filedialog is read-only.
If this property is set to false, the file dialog will allow renaming, and deleting of files and directories and creating directories.
Use setOption(ReadOnly, enabled) or testOption(ReadOnly) instead.
Access functions:
bool | isReadOnly () const |
void | setReadOnly ( bool enabled ) |
This property holds whether the filedialog should resolve shortcuts.
If this property is set to true, the file dialog will resolve shortcuts or symbolic links.
Use setOption(DontResolveSymlinks, !enabled) or !testOption(DontResolveSymlinks).
Access functions:
bool | resolveSymlinks () const |
void | setResolveSymlinks ( bool enabled ) |
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.