How can i remove this??
its the header of the table... it stretch to the end... how can i stoop it from where data ends..
without stretching the last header section
Table.jpg
How can i remove this??
its the header of the table... it stretch to the end... how can i stoop it from where data ends..
without stretching the last header section
Table.jpg
The header of that table doesn't stretch to the right hand end of the space available. What is the problem?
deepal_de (10th June 2011)
i was thinking of a way to remove the part that i have highlighted in red??
stop the header from extending from "timezone " column.
it should stop at the end of the timezone column..
is there a way??
it is not the header which is extending, it's the view / table widget's background which is extending, the header end's with timestamp column.
You can configure such that the last column takes up all the remaining space in the backgroung. Try this
Qt Code:
void setStretchLastSection(true);To copy to clipboard, switch view to plain text mode
deepal_de (13th July 2011)
Bookmarks