[Qgis-developer] Better attribute table - c++ plugin

a.neumann at carto.net a.neumann at carto.net
Fri Feb 6 04:32:11 EST 2009


Hi Martin,

Your plugin compiles fine and the speed is much better than the previous
standard-attribute table. Good work!

I have two remarks though:

1: I am not so sure if it is user-friendly to hide all "Actions" behind
the action button. It may be good for devices with small screens, but for
regular desktop-computers I think the previous solutions with
buttons/icons was more straight-forward. One could even think about more
functionality for future tables - and I think an extra toolbar for extra
table functionality wouldn't be too bad.

2: I tested with a Postgis table and your Beata table implementation did
not show a column with the Postgis data type "Numeric" correctly. It just
displayed a column with no header and all NULL values instead.

Should I add a bug-report to track regarding issue 2?

Thanks for your cool work,
Andreas

> Hi all,
>
> I'm happy to announce on the behalf of our qgis-mapper team a new
> attribute table implementation for Quantum GIS. For those impatient,
> the source is available here:
> http://mapserver.sk/~wonder/qgis/beata-snapshot-090502.tar.gz
>
> To install it, copy it to your svn trunk (1.0.0 source should be fine
> too) into src/plugins/ directory. Then just edit
> src/plugins/CMakeLists.txt, add there directory "beata" and that's it
> - just compile and run!
>
> The new implementation (called beata - short for better attribute
> table) features:
> - using Qt model/view design
> - faster startup - the model fetches only features in the window
> - fallback model that caches everything in memory (for layer that
> don't support random access)
> - cursor in table independent from currently selected row
> - better usage of available space
>
> We'll be happy to hear some feedback from you!
> I hope there will be enough interest to put the plugin into SVN, and
> in case that everyone's confident with new implementation, it could
> replace the current implementation.
>
> Regards
> Martin
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>




More information about the Qgis-developer mailing list