29 #ifndef MATRIXRESAMPLINGDIALOG_H 30 #define MATRIXRESAMPLINGDIALOG_H 35 class QAbstractButton;
36 class QDialogButtonBox;
70 #endif // MATRIXRESAMPLINGDIALOG_H QSpinBox * boxColumns
Definition: MatrixResamplingDialog.h:65
QComboBox * boxAction
Definition: MatrixResamplingDialog.h:66
QLineEdit * dimensionsLabel
Definition: MatrixResamplingDialog.h:67
QSpinBox * boxRows
Definition: MatrixResamplingDialog.h:65
void apply()
Apply changes.
Definition: MatrixResamplingDialog.cpp:145
QDialogButtonBox * buttonBox
Definition: MatrixResamplingDialog.h:64
void updateDimensionsInfo()
Definition: MatrixResamplingDialog.cpp:131
MatrixResamplingDialog(Matrix *m, bool shrink=false, QWidget *parent=0, Qt::WFlags fl=0)
Constructor.
Definition: MatrixResamplingDialog.cpp:40
Matrix worksheet class.
Definition: Matrix.h:57
Matrix properties dialog.
Definition: MatrixResamplingDialog.h:42
void buttonClicked(QAbstractButton *)
Definition: MatrixResamplingDialog.cpp:155
void calculateDimensions(int *newRows, int *newColumns)
Definition: MatrixResamplingDialog.cpp:101
QComboBox * boxMethod
Definition: MatrixResamplingDialog.h:66
Matrix * d_matrix
Definition: MatrixResamplingDialog.h:62