Feature request #6398
Attribute edit form dialog window shouldn't be modal
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | - | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 15652 |
Description
Currently in QGIS vector feature attribute editing form window is modal. Such approach blocks following work flow: * draw feature * use "Identify" tool to read attribute data of other vector features or raster values * fill new feature attribute data based on interpretation of "Identify" results without closing "Identify" window
It seems to be connected to how QgsFeatureAction::editFeature() is implemented.
History
#1 Updated by Matthias Kuhn over 10 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed