How to delete an empty row in QTableWidget?
-
I have loaded the TableWidget with the numbers from database by dynamically adding rows to it.Now I need to separate the CallHistory as missed,dialed and received call.But empty space is filled in every table.How to remove blank rows??Am clueless.Please help.
Thanks in advance
-
You can delete a row from QTableWidget using "removeRow":http://doc.qt.nokia.com/4.7/qtablewidget.html#removeRow.
-
[quote author="Revu" date="1314768331"]there is no effect using removeRow in my code.Is there any other option?[/quote]
That is strange, please share your source code.