PDA

View Full Version : How to get the Selected Row Number from FrozenTable (Derived from QTableView) ?



saravanan_comp2001
7th October 2010, 06:38
Hi, i am new to QT. i am using FrozenTabelWidget it's derived from the QTableView. how to get the selected row number. if the index changed(user click any cell) then i need to get that Cell Row Number?

my code is below:

5278

now if i click any cell i try to display QMessageBox, but it's not working. Please Help me to fix the problem.