PySide2 :: QtWidgets :: QDialog :: DialogCode :: Class DialogCode
[hide private]
[frames] | no frames]

Class DialogCode

object --+
         |
        QDialog.DialogCode

Instance Methods [hide private]
 
__add__(x, y)
x+y
 
__and__(x, y)
x&y
 
__div__(x, y)
x/y
 
__eq__(x, y)
x==y
 
__ge__(x, y)
x>=y
 
__gt__(x, y)
x>y
 
__hash__(x)
hash(x)
 
__index__(...)
x[y:z] <==> x[y.__index__():z.__index__()]
 
__int__(x)
int(x)
 
__le__(x, y)
x<=y
 
__long__(x)
long(x)
 
__lt__(x, y)
x<y
 
__mul__(x, y)
x*y
 
__ne__(x, y)
x!=y
a new object with type S, a subtype of T
__new__(T, S, ...)
 
__nonzero__(x)
x != 0
 
__or__(x, y)
x|y
 
__pos__(x)
+x
 
__radd__(x, y)
y+x
 
__rand__(x, y)
y&x
 
__rdiv__(x, y)
y/x
 
__repr__(x)
repr(x)
 
__rmul__(x, y)
y*x
 
__ror__(x, y)
y|x
 
__rsub__(x, y)
y-x
 
__rxor__(x, y)
y^x
 
__str__(x)
str(x)
 
__sub__(x, y)
x-y
 
__xor__(x, y)
x^y

Inherited from object: __delattr__, __format__, __getattribute__, __init__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  Accepted = PySide2.QtWidgets.QDialog.DialogCode.Accepted
  Rejected = PySide2.QtWidgets.QDialog.DialogCode.Rejected
  values = {'Accepted': PySide2.QtWidgets.QDialog.DialogCode.Acc...
Properties [hide private]
  name

Inherited from object: __class__

Method Details [hide private]

__hash__(x)
(Hashing function)

 

hash(x)

Overrides: object.__hash__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

__repr__(x)
(Representation operator)

 

repr(x)

Overrides: object.__repr__

__str__(x)
(Informal representation operator)

 

str(x)

Overrides: object.__str__

Class Variable Details [hide private]

values

Value:
{'Accepted': PySide2.QtWidgets.QDialog.DialogCode.Accepted,
 'Rejected': PySide2.QtWidgets.QDialog.DialogCode.Rejected}