Monday, 9 September 2013

How to Move Up a Selected Row in Qt

How to Move Up a Selected Row in Qt

I have a QTableView with 3 rows and 2 columns. (Here am using a
QStandardItemModel). I want to a move up/move down a Single Row when a
Push Button is clicked? How can i move up/down a Row in QTableView ?

No comments:

Post a Comment