|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.gui.QFileDialog.Option
public static final class QFileDialog.Option
This value is obsolete and does nothing since Qt 4.5:
Field Summary | |
---|---|
static QFileDialog.Option |
DontConfirmOverwrite
Don't ask for confirmation if an existing file is selected. |
static QFileDialog.Option |
DontResolveSymlinks
Don't resolve symlinks in the file dialog. |
static QFileDialog.Option |
DontUseNativeDialog
Don't use the native file dialog. |
static QFileDialog.Option |
DontUseSheet
In previous versions of Qt, the static functions would create a sheet by default if the static function was given a parent. |
static QFileDialog.Option |
HideNameFilterDetails
Indicates if the is hidden or not. |
static QFileDialog.Option |
ReadOnly
Indicates that the model is readonly. |
static QFileDialog.Option |
ShowDirsOnly
Only show directories in the file dialog. |
Method Summary | |
---|---|
static QFileDialog.Options |
createQFlags(QFileDialog.Option[] values)
|
static QFileDialog.Option |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QFileDialog.Option |
valueOf(java.lang.String name)
|
static QFileDialog.Option[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QFileDialog.Option ShowDirsOnly
Directory
file mode.)
public static final QFileDialog.Option DontResolveSymlinks
public static final QFileDialog.Option DontConfirmOverwrite
public static final QFileDialog.Option DontUseSheet
public static final QFileDialog.Option DontUseNativeDialog
public static final QFileDialog.Option ReadOnly
public static final QFileDialog.Option HideNameFilterDetails
Method Detail |
---|
public static QFileDialog.Option[] values()
public static QFileDialog.Option valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QFileDialog.Options createQFlags(QFileDialog.Option[] values)
public static QFileDialog.Option resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |