QFontDialog.FontDialogOptions Class Reference

[ QtGui module]

方法

Special Methods


详细描述


方法文档编制

FontDialogOptions.__init__ ( self , FontDialogOptions )

FontDialogOptions.__init__ ( self , int)

FontDialogOptions.__init__ ( self )

FontDialogOptions FontDialogOptions.__and__ ( self , int  mask )

int FontDialogOptions.__bool__ ( self )

bool FontDialogOptions.__eq__ ( self , FontDialogOptions   f )

FontDialogOptions FontDialogOptions.__iand__ ( self , int  mask )

int FontDialogOptions.__int__ ( self )

FontDialogOptions FontDialogOptions.__invert__ ( self )

FontDialogOptions FontDialogOptions.__ior__ ( self , FontDialogOptions   f )

FontDialogOptions FontDialogOptions.__ixor__ ( self , FontDialogOptions   f )

bool FontDialogOptions.__ne__ ( self , FontDialogOptions   f )

FontDialogOptions FontDialogOptions.__or__ ( self , FontDialogOptions   f )

FontDialogOptions FontDialogOptions.__or__ ( self , int  f )

FontDialogOptions FontDialogOptions.__xor__ ( self , FontDialogOptions   f )

FontDialogOptions FontDialogOptions.__xor__ ( self , int  f )