| 67 | int pinnedColumns() const { return m_pinnedColumns; } |
| 68 | void setCustomSizing(bool sizing) { m_customSizing = sizing; } |
| 69 | bool customSizing() const { return m_customSizing; } |
| 70 | int pinnedWidth() { return m_pinnedWidth; } |
| 71 | public slots: |
| 72 | void setRootIndex(const QModelIndex &index) override; |