-
首页
-
PyQt 4.11.4
-
所有类
-
模块
QFileDialog.Options Class Reference
[
QtGui
module]
方法
Special Methods
-
选项
__and__
(
self
, int
mask
)
-
int
__bool__
(
self
)
-
bool
__eq__
(
self
, Options
f
)
-
选项
__iand__
(
self
, int
mask
)
-
int
__int__
(
self
)
-
选项
__invert__
(
self
)
-
选项
__ior__
(
self
, Options
f
)
-
选项
__ixor__
(
self
, Options
f
)
-
bool
__ne__
(
self
, Options
f
)
-
选项
__or__
(
self
, Options
f
)
-
选项
__or__
(
self
, int
f
)
-
选项
__xor__
(
self
, Options
f
)
-
选项
__xor__
(
self
, int
f
)
详细描述
Option
may be used whenever
选项
is expected.
方法文档编制
Options.__init__ (
self
,
选项
)
Options.__init__ (
self
, int)
Options.__init__ (
self
)
选项
Options.__and__ (
self
, int
mask
)
int Options.__bool__ (
self
)
bool Options.__eq__ (
self
,
选项
f
)
选项
Options.__iand__ (
self
, int
mask
)
int Options.__int__ (
self
)
选项
Options.__invert__ (
self
)
选项
Options.__ior__ (
self
,
选项
f
)
选项
Options.__ixor__ (
self
,
选项
f
)
bool Options.__ne__ (
self
,
选项
f
)
选项
Options.__or__ (
self
,
选项
f
)
选项
Options.__or__ (
self
, int
f
)
选项
Options.__xor__ (
self
,
选项
f
)
选项
Options.__xor__ (
self
, int
f
)
-
首页
-
PyQt 4.11.4
-
文档编制