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

Method icon

src/backend/spreadsheet/Spreadsheet.cpp:1121–1123  ·  view source on GitHub ↗

! Returns an icon to be used for decorating my views. */

Source from the content-addressed store, hash-verified

1119 Returns an icon to be used for decorating my views.
1120 */
1121QIcon Spreadsheet::icon() const {
1122 return QIcon::fromTheme(QStringLiteral("labplot-spreadsheet"));
1123}
1124
1125/*!
1126 * Returns a text representation of the data in cell at \c row index and \c col index.

Callers 1

headerDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected