19#ifndef DDT_DATAVISUALISATION_DDTDIALOGS_TABULARREGION_HPP
20#define DDT_DATAVISUALISATION_DDTDIALOGS_TABULARREGION_HPP
52 const QVariant parameter)
override;
88 QGridLayout *grid_layout_3;
89 QVBoxLayout *vertical_layout;
90 QHBoxLayout *horizontal_layout_header;
91 QLabel *label_pixel_table;
93 QLineEdit *line_edit_nx;
95 QLineEdit *line_edit_ny;
96 QPushButton *push_button_resize_table;
98 QHBoxLayout *table_layout;
99 QTableWidget *table_widget;
102 QGridLayout *grid_layout_statistics;
105 QLineEdit *line_edit_rms;
106 QLineEdit *line_edit_max;
108 QLineEdit *line_edit_min;
110 QLineEdit *line_edit_ave;
111 QLabel *label_statistics;
113 QDialogButtonBox *push_buttons_box;
114 QPushButton *push_button_cancel;
140 const QVariant parameter)
override;
153 const QVariant parameter);
Definition ddtDialog.hpp:27
Definition ddtTabularRegionDialog.hpp:30
virtual void ConfirmPressed() override
Definition ddtTabularRegionDialog.cpp:341
DdtTabularRegionDialog(QWidget *parent=nullptr)
Definition ddtTabularRegionDialog.cpp:25
QString GetDialogName() override
Definition ddtTabularRegionDialog.cpp:31
void SetInitialParameter(const QString parameter_id, const QVariant parameter) override
Definition ddtTabularRegionDialog.cpp:206
void ParameterChanged(const QString dialog_id, const QString param_id, const QVariant parameter)
void UpdateStatisticData(const QList< QVariant > table_statistic_data)
Definition ddtTabularRegionDialog.cpp:315
void SetChangedParameter(const QString param_id, const QVariant parameter) override
Definition ddtTabularRegionDialog.cpp:235
virtual ~DdtTabularRegionDialog()=default
virtual void CancelPressed() override
Definition ddtTabularRegionDialog.cpp:345
void UpdateRowColData(const QList< QVariant > table_rowcol_data)
Definition ddtTabularRegionDialog.cpp:253
void UpdateTableData(const QList< QVariant > table_data)
Definition ddtTabularRegionDialog.cpp:285
virtual void RetranslateUi()
Definition ddtTabularRegionDialog.cpp:181
virtual void QuitPressed() override
Definition ddtTabularRegionDialog.cpp:343
virtual void CreateDialog() override
Definition ddtTabularRegionDialog.cpp:36
DDT Dialog IDs. ID values for all used dialogs. IDs for the used dialogs.
DDT Dialogs. Base class for the DDT dialogs. Base class for the DDT dialogs.