IntEdit

class qte.IntEdit(value=None, parent=None)

A standard line edit widget for int types

None is an acceptable value for setValue and is converted to an empty string. None is returned by getValue if the value cannot be converted to an integer.

Project Versions

Table Of Contents

Previous topic

HideProxyMixin

Next topic

ListDelegate

This Page