Hi guys,I have an array of structes,somethnig like this
struct unit{
string from,
string to,
double coeff,
double degree};
how can I pass this array to qml?I want to make that model for my listview
↧