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