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

Method sizeHint

src/frontend/spreadsheet/SpreadsheetHeaderView.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 delete model();
64}
65QSize SpreadsheetSparkLineHeaderView::sizeHint() const {
66 QSize sizeHint = QHeaderView::sizeHint();
67 sizeHint.setHeight(30);
68 return sizeHint;
69}
70
71void SpreadsheetSparkLineHeaderView::setModel(QAbstractItemModel* model) {
72 Q_ASSERT(model->inherits("SpreadsheetModel"));

Callers 5

FunctionValuesDialogMethod · 0.45
showConstantsMethod · 0.45
showFunctionsMethod · 0.45
paintSectionMethod · 0.45
refreshMethod · 0.45

Calls 3

setHeightMethod · 0.80
heightMethod · 0.80
widthMethod · 0.45

Tested by

no test coverage detected