20#ifndef DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGET_HPP
21#define DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGET_HPP
23#include <QtUiPlugin/QDesignerExportWidget>
57 QComboBox *combobox_scale;
63 QLabel *lable_actually_scale;
69 QCheckBox *checkbox_auto_scale;
74 bool setup_scale_list;
85 void UpdateScaleLabel(
const QString new_scale_factor);
92 void NewScaleFactors(
const QList<QString> new_scale_factor_list);
100 void NewAutoScaleState(
const bool new_state);
113 void NewScaleSelected(
const int selected_field);
121 void NewAutoScaleSelect(
const int new_state);