PythonListModel
===============

.. currentmodule:: glue_qt.utils

.. autoclass:: PythonListModel
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~PythonListModel.append
      ~PythonListModel.data
      ~PythonListModel.extend
      ~PythonListModel.headerData
      ~PythonListModel.insert
      ~PythonListModel.pop
      ~PythonListModel.removeRow
      ~PythonListModel.rowCount
      ~PythonListModel.row_label
      ~PythonListModel.setData
      ~PythonListModel.set_list

   .. rubric:: Methods Documentation

   .. automethod:: append
   .. automethod:: data
   .. automethod:: extend
   .. automethod:: headerData
   .. automethod:: insert
   .. automethod:: pop
   .. automethod:: removeRow
   .. automethod:: rowCount
   .. automethod:: row_label
   .. automethod:: setData
   .. automethod:: set_list
