Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE] Remember widths for attribute table columns
If you resize columns, the width will be restored when next opening the attribute table for that layer.
- Loading branch information
Showing
with
146 additions
and 39 deletions.
- +19 −3 python/core/qgsattributetableconfig.sip
- +14 −0 python/gui/attributetable/qgsattributetableview.sip
- +2 −2 src/app/qgsattributeactiondialog.cpp
- +2 −2 src/app/qgsvectorlayerproperties.cpp
- +34 −22 src/core/qgsattributetableconfig.cpp
- +25 −3 src/core/qgsattributetableconfig.h
- +2 −2 src/gui/attributetable/qgsattributetablefiltermodel.cpp
- +18 −0 src/gui/attributetable/qgsattributetableview.cpp
- +15 −1 src/gui/attributetable/qgsattributetableview.h
- +9 −0 src/gui/attributetable/qgsdualview.cpp
- +2 −0 src/gui/attributetable/qgsdualview.h
- +4 −4 src/gui/attributetable/qgsorganizetablecolumnsdialog.cpp
Oops, something went wrong.
This comment has been minimized.
4c1812a
Win! Nice tweak