我希望在QVector
中append 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; }
}
。