================= IntEdit (hwx.gui) ================= A widget that can display/edit an integer. Inherits: - :ref:`LineEdit (hwx.gui)` -------------- Public Methods -------------- +--------------------------+ | get_ (self) | +--------------------------+ | validate_ (self, widget) | +--------------------------+ -------------- Method Details -------------- .. _get: .. method:: get(self) Overloaded method that returns the value as in integer. .. _validate: .. method:: validate(self, widget) Validates whether the value entered is an integer. :param widget: The widget where the value is entered. :type widget: Widget :returns: True if the widget value entered is an int, otherwise False. :rtype: bool