Skip to content
Snippets Groups Projects
Commit 2f8b3535 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

privatize

parent fadfbc89
No related branches found
No related tags found
1 merge request!2671FitParameterDelegate minor cleanup
...@@ -42,13 +42,11 @@ public: ...@@ -42,13 +42,11 @@ public:
void updateEditorGeometry(QWidget* editor, const QStyleOptionViewItem& option, void updateEditorGeometry(QWidget* editor, const QStyleOptionViewItem& option,
const QModelIndex& index) const override; const QModelIndex& index) const override;
protected:
virtual QWidget* createEditorFromIndex(const QModelIndex& index, QWidget* parent) const;
public slots: public slots:
void onCustomEditorDataChanged(const QVariant&); void onCustomEditorDataChanged(const QVariant&);
private: private:
QWidget* createEditorFromIndex(const QModelIndex& index, QWidget* parent) const;
void paintCustomLabel(QPainter* painter, const QStyleOptionViewItem& option, void paintCustomLabel(QPainter* painter, const QStyleOptionViewItem& option,
const QModelIndex& index, const QString& text) const; const QModelIndex& index, const QString& text) const;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment