Bug report #11970
iface.getFeatureForm dialog
| Status: | Closed | ||
|---|---|---|---|
| Priority: | High | ||
| Assignee: | - | ||
| Category: | Python plugins | ||
| Affected QGIS version: | 2.6.1 | Regression?: | No |
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | No | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 20177 |
Description
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_()
History
#1
Updated by Giovanni Manghi almost 11 years ago
- Category set to Python plugins
#2
Updated by Matthias Kuhn almost 11 years ago
- Status changed from Open to Closed
This has been fixed in master ( dd1bb9f8512c )
Please reopen if you can reproduce this in master.