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

Method headerFormatChanged

src/frontend/matrix/MatrixView.cpp:889–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889void MatrixView::headerFormatChanged(QAction* action) {
890 if (action == action_header_format_1)
891 m_matrix->setHeaderFormat(Matrix::HeaderFormat::HeaderRowsColumns);
892 else if (action == action_header_format_2)
893 m_matrix->setHeaderFormat(Matrix::HeaderFormat::HeaderValues);
894 else
895 m_matrix->setHeaderFormat(Matrix::HeaderFormat::HeaderRowsColumnsValues);
896}
897
898// ############################# column related slots ###########################
899/*!

Callers

nothing calls this directly

Calls 1

setHeaderFormatMethod · 0.80

Tested by

no test coverage detected