--- a/src/widgets/matrixeditor.h Sun Jun 17 14:06:03 2018 +0300 +++ b/src/widgets/matrixeditor.h Sun Jun 17 16:13:24 2018 +0300 @@ -17,9 +17,12 @@ QMatrix4x4 matrix() const; void setMatrix(const QMatrix4x4& matrix); +signals: + void matrixChanged(const QMatrix4x4& matrix); + private slots: void scalingChanged(); - void matrixChanged(); + void matrix3x3Changed(); private: QDoubleSpinBox* matrixCell(int row, int column) const;