Home
·
All Classes
·
Modules
Qt.WindowFlags Class Reference
[
QtCore
module]
Methods
__init__
(
self
)
__init__
(
self
, int
f
)
__init__
(
self
, WindowFlags)
Special Methods
WindowFlags
__and__
(
self
, int
f
)
int
__bool__
(
self
)
bool
__eq__
(
self
, WindowFlags
f
)
WindowFlags
__iand__
(
self
, int
f
)
int
__int__
(
self
)
WindowFlags
__invert__
(
self
)
WindowFlags
__ior__
(
self
, int
f
)
WindowFlags
__ixor__
(
self
, int
f
)
bool
__ne__
(
self
, WindowFlags
f
)
WindowFlags
__or__
(
self
, int
f
)
WindowFlags
__xor__
(
self
, int
f
)
Detailed Description
Method Documentation
WindowFlags.__init__ (
self
)
WindowFlags.__init__ (
self
, int
f
)
WindowFlags.__init__ (
self
,
WindowFlags
)
WindowFlags
WindowFlags.__and__ (
self
, int
f
)
int WindowFlags.__bool__ (
self
)
bool WindowFlags.__eq__ (
self
,
WindowFlags
f
)
WindowFlags
WindowFlags.__iand__ (
self
, int
f
)
int WindowFlags.__int__ (
self
)
WindowFlags
WindowFlags.__invert__ (
self
)
WindowFlags
WindowFlags.__ior__ (
self
, int
f
)
WindowFlags
WindowFlags.__ixor__ (
self
, int
f
)
bool WindowFlags.__ne__ (
self
,
WindowFlags
f
)
WindowFlags
WindowFlags.__or__ (
self
, int
f
)
WindowFlags
WindowFlags.__xor__ (
self
, int
f
)
PyQt 4.12.1 for X11
Copyright ©
Riverbank Computing Ltd
and
The Qt Company
2015
Qt 4.8.7