Hi,
I want to know if it is possible to create a QGenericMatrix of my own Object Type.

Like this:
Qt Code:
  1. QGenericMatrix<5,5,MyClass> matrix;
To copy to clipboard, switch view to plain text mode 

thanks in advance