29 #ifndef MATRIXDIALOG_H
30 #define MATRIXDIALOG_H
70 #endif // MATRIXDIALOG_H
QSpinBox * boxColWidth
Definition: MatrixDialog.h:66
void accept()
Accept changes and quit.
Definition: MatrixDialog.cpp:160
void showPrecisionBox(int item)
Activate the numeric precision choice box.
Definition: MatrixDialog.cpp:103
MatrixDialog(QWidget *parent=0, Qt::WFlags fl=0)
Constructor.
Definition: MatrixDialog.cpp:40
QPushButton * buttonCancel
Definition: MatrixDialog.h:65
void apply()
Apply changes.
Definition: MatrixDialog.cpp:113
QSpinBox * boxPrecision
Definition: MatrixDialog.h:66
QComboBox * boxFormat
Definition: MatrixDialog.h:67
Matrix worksheet class.
Definition: Matrix.h:57
QPushButton * buttonOk
Definition: MatrixDialog.h:64
QPushButton * buttonApply
Definition: MatrixDialog.h:65
Matrix properties dialog.
Definition: MatrixDialog.h:40
Matrix * d_matrix
Definition: MatrixDialog.h:62
void setMatrix(Matrix *m)
Definition: MatrixDialog.cpp:140
QComboBox * boxNumericDisplay
Definition: MatrixDialog.h:67