QFileDialog.Options Class Reference
[QtGui module]
Methods
Special Methods
Detailed Description
Option
may be used whenever
Options
is expected.
Method Documentation
Options.__init__ (self)
Options.__init__ (self, int f)
Options.__init__ (self, Options)
Options Options.__and__ (self, int f)
int Options.__bool__ (self)
bool Options.__eq__ (self, Options f)
Options Options.__iand__ (self, int f)
int Options.__int__ (self)
Options Options.__invert__ (self)
Options Options.__ior__ (self, int f)
Options Options.__ixor__ (self, int f)
bool Options.__ne__ (self, Options f)
Options Options.__or__ (self, int f)
Options Options.__xor__ (self, int f)