QDialogButtonBox.StandardButtons Class Reference

[ QtGui module]

方法

Special Methods


详细描述

StandardButton may be used whenever StandardButtons is expected.


方法文档编制

StandardButtons.__init__ ( self , StandardButtons )

StandardButtons.__init__ ( self , int)

StandardButtons.__init__ ( self )

StandardButtons StandardButtons.__and__ ( self , int  mask )

int StandardButtons.__bool__ ( self )

bool StandardButtons.__eq__ ( self , StandardButtons   f )

StandardButtons StandardButtons.__iand__ ( self , int  mask )

int StandardButtons.__int__ ( self )

StandardButtons StandardButtons.__invert__ ( self )

StandardButtons StandardButtons.__ior__ ( self , StandardButtons   f )

StandardButtons StandardButtons.__ixor__ ( self , StandardButtons   f )

bool StandardButtons.__ne__ ( self , StandardButtons   f )

StandardButtons StandardButtons.__or__ ( self , StandardButtons   f )

StandardButtons StandardButtons.__or__ ( self , int  f )

StandardButtons StandardButtons.__xor__ ( self , StandardButtons   f )

StandardButtons StandardButtons.__xor__ ( self , int  f )