Searched refs:m_itemModel (Results 1 – 2 of 2) sorted by relevance
120 if (!m_itemModel.isNull()) in componentComplete()121 m_delegateModel->setModel(m_itemModel); in componentComplete()219 return m_itemModel; in model()224 if (model == m_itemModel) in setModel()227 m_itemModel = model; in setModel()229 m_delegateModel->setModel(m_itemModel); in setModel()326 …if (!m_componentCompleted || !m_map || !m_delegate || m_itemModel.isNull() || !m_instantiatedItems… in instantiateAllItems()
145 QVariant m_itemModel; variable