Searched refs:mMaterialSortModel (Results 1 – 2 of 2) sorted by relevance
60 mMaterialSortModel = new PropertySortModel(this); in MainWindow()61 mMaterialSortModel->setSourceModel(mMaterialPropertyModel); in MainWindow()62 mMaterialSortModel->setDynamicSortFilter(true); in MainWindow()63 mMaterialSortModel->setSortCaseSensitivity(Qt::CaseInsensitive); in MainWindow()65 ui->materialView->setModel(mMaterialSortModel); in MainWindow()534 ui->materialView->scrollTo(mMaterialSortModel->mapFromSource(item->index())); in onMaterialPropertyChanged()688 ui->materialView->scrollTo(mMaterialSortModel->mapFromSource(keyItem->index())); in addProperty()741 …QModelIndex selectedIndex = mMaterialSortModel->mapToSource(ui->materialView->selectionModel()->cu… in on_actionDeleteProperty_triggered()840 …QModelIndex selectedIndex = mMaterialSortModel->mapToSource(ui->materialView->selectionModel()->cu… in on_actionNewProperty_triggered()918 …QModelIndex selectedIndex = mMaterialSortModel->mapToSource(ui->materialView->selectionModel()->cu… in on_actionCreateTextureUnit_triggered()
80 PropertySortModel* mMaterialSortModel; member in sh::MainWindow