
Qt Grid View
Source (link to git-repo or to original if based on someone elses unmodified work):
Version 0.2 is simplified and the code is cleaned. Also fixed the problem where the built in editor (line edit) was not correctly positioned during editing. In the next release items will be selectable.
Version 0.3: Items can be selected in the table. Also it can have focus and you can see the signs of hovering when pointing the cursor over a cell. For demonstration purposes I have added a QTableWidget. Maximize the window and try resize the header sections on both tables. QTableWidget is much slower even if I set less column/row spans in it.
Version 0.4: Header items are now drawn by delegates. You can draw your own header item. Also they can be clicked/checked. Fixed keyboard navigation in the table by re-implementing moveCursor. My plain is to merge Hierarchical Header View project and make headers expandable/collapsible like http://www.devexpress.com/Products/NET/Controls/WinForms/Pivot_Grid/i/features/hierarchy-custominterval.png
Ratings & Comments
2 Comments
Nice I love it, maybe English would be more appreciated . PS: magyarul csak? :D
This is just for demo purposes. Feel free to edit the text :) Source code comments are English.