
QExtendedWidgets
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
* QExtendedGridView : is a piece of software I use extensively in my daliy job.
I think could be useful for other, so I decided to publish it.
It's written in C++ and based on Qt 4.5
It's designed to improve the behaviour of QT's QTreeView, allowing you to do
some things Qt forgot to implement :
- Logically Group columns into several bands.
- Have footers in sync with headers for every colum
- Lock leftmost "N" columns while scrolling the remaining
- And all of this with a simple QAbstractItemView model
* QExtendedTabWidget : an extension of QTabWidget, allowing to show / hide tabs.
When re-showing a tab it remembers where it was.
11 years ago
Added QExtendedTabWidget & improved QExtendedGridView behavior.
11 years ago
Added QExtendedTabWidget & improved QExtendedGridView behavior.
Please login or register to add a comment or rating