Go to the documentation of this file.
17 #ifndef DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGET_HPP
18 #define DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGET_HPP
20 #include <QtUiPlugin/QDesignerExportWidget>
54 QComboBox *combobox_scale;
60 QLabel *lable_actually_scale;
66 QCheckBox *checkbox_auto_scale;
71 bool setup_scale_list;
82 void UpdateScaleLabel(
const QString new_scale_factor);
89 void NewScaleFactors(
const QList<QString> new_scale_factor_list);
97 void NewAutoScaleState(
const bool new_state);
106 void NewScaleSelected(
const int selected_field);
114 void NewAutoScaleSelect(
const int new_State);
151 #endif // DDT_DATAVISUALISATION_DDTWIDGETS_IMAGESCALEWIDGET_HPP