Hi all
i am adding rows in a table at run time, in which each cell contain different widgets. I want to make all rows widget disable or make rows nonselectable when i select a particular row.
I am getting right way to do this.
Thanks.
Hi all
i am adding rows in a table at run time, in which each cell contain different widgets. I want to make all rows widget disable or make rows nonselectable when i select a particular row.
I am getting right way to do this.
Thanks.
Thanks for response, but i have widgets in each column of a row in table.
Ok, have you tried to set the QWidget::focusPolicy of the widget to Qt::NoFocus?
Why not to use void QTableWidget :: cellChanged ( int row, int column ) , signal for items' access.
Edit : Haven't noticed "tablewidget" in the topic's name^^
Bookmarks