8 #ifndef ECV_CUSTOM_LABELS_WIDGET_H
9 #define ECV_CUSTOM_LABELS_WIDGET_H
30 QList<QPair<double, QString>>
getLabels()
const;
31 void setLabels(
const QList<QPair<double, QString>>& labels);
35 void onAddButtonClicked();
36 void onRemoveButtonClicked();
41 QTableWidget* m_table;
42 QPushButton* m_addButton;
43 QPushButton* m_removeButton;