How to add elements automatically in a window?
Unsolved
General and Desktop
-
I made a window where the user writes the size (number of rows and columns) of the matrix and would like to know how to make another window that generates the desired number of fields, so that the user can fill the matrix. I also wanted to know how to adjust the window size automatically according to the size of the matrix that the user types.
-
Hi and welcome to devnet,
Do you mean something like a QTableWidget ?