Hi every body ,
i want to reimplement my QtableWidget to work like so,
at start QtableWidget looks like so
________________________
|column1| column2| column3|
--------|--------|-------- |
|x |y |z=x*y |
-----------------------------
I want this :
when user type a number in Column1(X) and Column2 (Y) ( user must fill x and y to be able to show result in z)
the result updated automatically in Column3 (Z)
how i can do this ???


Reply With Quote



Bookmarks