! Returns an icon to be used for decorating my views. */
| 1119 | Returns an icon to be used for decorating my views. |
| 1120 | */ |
| 1121 | QIcon 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. |