Qt 6.11 is out! See what's new in the release
blog
Change value of a column for multiple rows in one stretch
General and Desktop
2
Posts
2
Posters
1.0k
Views
1
Watching
-
Hi,
I have an editable QSqlTableModel, the table model has multiple rows in it. May i know how to change the values of particular column in more than one rows in one stretch.
Its like i will be able to select multiple rows of a column and input the new value, then that value will be reflected in all the selected cells.Deepak.