I am using a Q3Table object and wanted to change the width of the vertical header column. Does anyone know how to do this? It seems i can only adjust the height of the header cell but not the width. Thanks
views:
105answers:
1
+2
A:
You want to use Q3Table::setLeftMargin. This will set the width of the vertical header.
void Q3Table::setLeftMargin ( int m )
Sets the left margin to be m pixels wide. The verticalHeader(), which displays row labels, occupies this margin.
David Dibben
2008-10-02 05:24:30