Qt Code:
  1. QVector<QVecotr<QString> > stringMatrix;
To copy to clipboard, switch view to plain text mode 


Qt Code:
  1. QVector<QVector<QString> > stringMatrix;
To copy to clipboard, switch view to plain text mode