PDA

View Full Version : table view (how to insert rows and columns)



narlapavan
10th February 2012, 14:36
in qt3.3 when i double click on table ui it asks properties for rows and columns i.e how many rows ,columns and i can also change names of columns .
in qt4 how to that using properties not through code..

Spitfire
14th February 2012, 10:50
If you're talking about QtDesigner - use QTableWidget not view, this way you'll be able to edit the content.