Qudi
Public Member Functions | Static Public Attributes | List of all members
qtwidgets.scientific_spinbox.IntegerValidator Class Reference
Inheritance diagram for qtwidgets.scientific_spinbox.IntegerValidator:
Inheritance graph
[legend]
Collaboration diagram for qtwidgets.scientific_spinbox.IntegerValidator:
Collaboration graph
[legend]

Public Member Functions

def validate (self, string, position)
 
def get_group_dict (self, string)
 
def fixup (self, text)
 

Static Public Attributes

 int_re = re.compile(r'(([+-]?\d+)([eE]\+?\d+)?\s?([YZEPTGMk])?\s*)')
 
dictionary group_map
 

Member Data Documentation

◆ group_map

dictionary qtwidgets.scientific_spinbox.IntegerValidator.group_map
static
Initial value:
= {'match': 0,
'mantissa': 1,
'exponent': 2,
'si': 3
}

The documentation for this class was generated from the following file: