Intital highlight of QTableWidget
-
I have created an application using QTableWidget in qt4. My problem is that as soon as I run the program, the position of highlighter should be at a cell which is defined by me(say at cell (1,0)). How to achieve this?? Please guide me.
Thanks in advance,
Chaitanya -
Hi,
I think you are looking for "this":http://qt-project.org/doc/qt-5/qtablewidget.html#setCurrentCell-2
Hope it helps