PDA

View Full Version : QTableWidget



rick_st3
20th June 2008, 10:12
Hi..!!
can I set column names for all columns in a table..?? thanks..

lyuts
20th June 2008, 11:05
Hi..!!
can I set column names for all columns in a table..?? thanks..

Use
setHorizontalHeaderLabels ( const QStringList & )
and
setVerticalHeaderLabels ( const QStringList & )