QAbstractItemModel.createIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QModelIndex createIndex(int arow, int acolumn, const(void)* adata)
    class QAbstractItemModel
    protected pragma(inline, true) final const
    createIndex
    (
    int arow
    ,,
    const(void)* adata = null
    )
  2. QModelIndex createIndex(int arow, int acolumn, quintptr aid)

Meta