MCPcopy Create free account
hub / github.com/KDE/labplot / templatePath

Method templatePath

src/frontend/PlotTemplateDialog.cpp:252–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252QString PlotTemplateDialog::templatePath() const {
253 return ui->lvInstalledTemplates->model()->data(ui->lvInstalledTemplates->currentIndex(), TemplateListModel::Roles::FilePathRole).toString();
254}
255
256void PlotTemplateDialog::listViewTemplateChanged(const QModelIndex& current, const QModelIndex& previous) {
257 Q_UNUSED(current);

Callers

nothing calls this directly

Calls 4

toStringMethod · 0.45
dataMethod · 0.45
modelMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected