ItemModelHelper#

class ItemModelHelper():#

The ItemModelHelper class provides the basic functionality for item widget classes.

Properies / Methods

def model(self) -> AbstractItemModel:

Returns the current model. type : AbstractItemModel

def model(self, arg1: AbstractItemModel) -> None:

Returns the current model.