在QList中附加QVector

时间:2015-07-15 08:31:34

标签: c++ qt

我希望在QVectorappend QList,但QVector不会追加y.value(i).append(var); 。大小不会改变。我试着用这个:

y

变量QList<QVector<double>> y;声明为public partial class Company { public int Id { get; set; } public string Name { get; set; } public string Password { get; set; } public System.DateTime StartDate { get; set; } public Nullable<System.DateTime> EndDate { get; set; } public byte Status { get; set; } public Nullable<System.Guid> Salt { get; set; } }

0 个答案:

没有答案