Skip to content

StringListModelMixin

Base classes

Name Children Inherits
AbstractListModelMixin
prettyqt.core.abstractlistmodel

Subclasses

Class Module Description
StringListModel prettyqt.core.stringlistmodel
HelpIndexModel prettyqt.qthelp.helpindexmodel

⋔ Inheritance diagram

graph TD
  1473299896032["core.StringListModelMixin"]
  1473299894080["core.AbstractListModelMixin"]
  1473299890176["core.AbstractItemModelMixin"]
  1473299815024["core.ObjectMixin"]
  140713234304496["builtins.object"]
  1473299894080 --> 1473299896032
  1473299890176 --> 1473299894080
  1473299815024 --> 1473299890176
  140713234304496 --> 1473299815024

🛈 DocStrings

Bases: AbstractListModelMixin

Source code in prettyqt\core\stringlistmodel.py
class StringListModelMixin(core.AbstractListModelMixin):
    pass