Hi
Working on Qt4.3 on my mac os machine,
I am trying to reduce the height of QTreeWidget Header using this function :
treeWidget->header()->setFixedHeight(15);
treeWidget->header()->setFixedHeight(15);
To copy to clipboard, switch view to plain text mode
and hieght of slider in QScrollBar used in QTreeWidget using this function:
treeWidget->horizontalScrollBar()->setFixedHeight(5);
treeWidget->horizontalScrollBar()->setFixedHeight(5);
To copy to clipboard, switch view to plain text mode
using this scrollArea is reduced not the size of the slider inside it.
But it wont give the perfect results, Attachments are for reference.
Can anybody pls suggest what to do?
Bookmarks