Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
How to auto update table element with a structures element value??
-
say i have a structure:
struct cal
{
int a;
int b;
int c;
};now i have made a table which should display the value in each element of structure in table row such that whn the value in structures get updated the value in table also get updated
-
Hi,
How did you made your table ?