QInputDialog.InputDialogOptions Class Reference

[ QtGui module]

方法

Special Methods


详细描述


方法文档编制

InputDialogOptions.__init__ ( self , InputDialogOptions )

InputDialogOptions.__init__ ( self , int)

InputDialogOptions.__init__ ( self )

InputDialogOptions InputDialogOptions.__and__ ( self , int  mask )

int InputDialogOptions.__bool__ ( self )

bool InputDialogOptions.__eq__ ( self , InputDialogOptions   f )

InputDialogOptions InputDialogOptions.__iand__ ( self , int  mask )

int InputDialogOptions.__int__ ( self )

InputDialogOptions InputDialogOptions.__invert__ ( self )

InputDialogOptions InputDialogOptions.__ior__ ( self , InputDialogOptions   f )

InputDialogOptions InputDialogOptions.__ixor__ ( self , InputDialogOptions   f )

bool InputDialogOptions.__ne__ ( self , InputDialogOptions   f )

InputDialogOptions InputDialogOptions.__or__ ( self , InputDialogOptions   f )

InputDialogOptions InputDialogOptions.__or__ ( self , int  f )

InputDialogOptions InputDialogOptions.__xor__ ( self , InputDialogOptions   f )

InputDialogOptions InputDialogOptions.__xor__ ( self , int  f )