{sqlalchemy.types.Boolean: lambda f: {'python_type': bool, 'editable':
True, 'widget': QtGui.QCheckBox}, sqlalchemy.types.BOOLEAN: lambda f:
{'python_type': bool, 'editable': True, 'widget': QtGui.QCheckBox}, s
qlalchemy.types.Date: lambda f: {'python_type': datetime.date, 'format
': 'dd-mm-YYYY', 'editable': True, 'min': None, 'max': None, 'widget':
DateEditor}, sqlalchemy.types.Float: lambda f: {'python_type': float,
'precision': f.precision, 'editable': True, 'min': None, 'max': None,
'widget': 'float'}, sqlalchemy.types.Integer: lambda f: {'python_type
...
|