Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iface.getFeatureForm dialog #20177

Closed
qgib opened this issue Jan 8, 2015 · 2 comments
Closed

iface.getFeatureForm dialog #20177

qgib opened this issue Jan 8, 2015 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Plugins

Comments

@qgib
Copy link
Contributor

qgib commented Jan 8, 2015

Author Name: Rudolf Kniess (Rudolf Kniess)
Original Redmine Issue: 11970
Affected QGIS version: 2.6.1
Redmine category:python_plugins


This dialog is used by several plugins (CadTools-Spline, Freehand) and dosn't work. The Dialog is not editable. I select a vector layer and run this from python shell.

layer = iface.mapCanvas().currentLayer()
f = QgsFeature(layer.pendingFields())
dlg = iface.getFeatureForm(layer, f)
dlg.exec_()

@qgib
Copy link
Contributor Author

qgib commented Jan 8, 2015

Author Name: Giovanni Manghi (@gioman)


  • category_id was configured as Python plugins

@qgib
Copy link
Contributor Author

qgib commented Jan 12, 2015

Author Name: Matthias Kuhn (@m-kuhn)


This has been fixed in master ( dd1bb9f )
Please reopen if you can reproduce this in master.


  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Plugins labels May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Plugins
Projects
None yet
Development

No branches or pull requests

1 participant