I'd like to develop a QGIS Python app for plotting points and editing the attributes. I've started with the tutorials here: http://blog.qgis.org/?q=node/59 and read the cookbook http://www.qgis.org/pyqgis-cookbook/index.html. I'm guessing it's fairly simple to add "edit feature", "add point", "move point" and "delete point", but wondered if anyone would like to share some code, or point me to an example I can borrow.
The main reason I want to develop an application at this stage is because of the way QGIS' edit ui thing messes up the date input and null input on my lovely qt4 ui.
Any help appreciated
Mini