Fix items at the top of QTreeWidget
-
How can I set some fix items at the top of QTreeWidget?
When I scroll the treeWidget, those items would always be at the top.
For example, I have 5 items. First two items would be fixed at the top and the other three items would follow the scroll action.
How can I do that? Thank you very much. -
Hi,
You can likely take inspiration from the Frozen Column example.