Searched refs:chapterModel (Results 1 – 2 of 2) sorted by relevance
90 , chapterModel{new ChapterModel{&tab}}243 p->chapterModel->retranslateUi(); in retranslateUi()282 …auto selection = QItemSelection{p->chapterModel->index(0, 0), p->chapterModel->index(0, p->ch… in newFile()288 …selection = QItemSelection{p->chapterModel->index(0, 0, parentIdx), p->chapterModel->index(0,… in newFile()303 p->chapterModel->reset(); in resetData()696 p->chapterModel->reset(); in chaptersLoaded()882 p->chapterModel->updateRow(idx); in copyControlsToStorage()1647 auto chapterModel = p_func()->chapterModel; in removeEndTimestamps() local1670 auto chapterModel = p_func()->chapterModel; in removeNames() local1851 p->chapterModel->updateRow(idx); in changeChapterName()[all …]
17 ChapterModel *chapterModel; variable