qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.43k stars 2.98k forks source link

Better way to remember last used choices for forms on adding feature #17155

Open qgib opened 11 years ago

qgib commented 11 years ago

Author Name: Alex Leith (Alex Leith) Original Redmine Issue: 8382

Redmine category:gui


When filling many forms it is useful for the last used values to be stored for potential reuse on digitisation of the next feature.

qgib commented 11 years ago

Author Name: Paolo Cavallini (@pcav)


The option is present


qgib commented 11 years ago

Author Name: Nathan Woodrow (@NathanW2)


Yes it is however it's not very user friendly.

A better option might be to add the option to set which fields are saved between form sessions for each layer. We can then show a little Save icon next to each field in the form and remember that value for the user for next time. I have working Python code for this so it wouldn't be very hard to port.

Please reopen.


qgib commented 11 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 11 years ago

Author Name: Matthias Kuhn (@m-kuhn)


@NathanW: Let's see if we can integrate this with the new widgets API.

qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)