Bug report #8053
Customization not available for panels and for dialogs containing qgs widget classes [regression]
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | Customisation Framework | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | duplicate |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16894 |
Description
1. The widgets_tree.py rejects dialogs containing qgs widget classes, thus they are not included to the custiomization.xml:
No module named qgscollapsiblegroupbox
No module named qgsfilterlineedit
No module named qgsexpressionbuilderwidget
No module named qgsrasterformatsaveoptionswidget
No module named qgsdualview
No module named attributetable.qgsattributetableview
It was working fine in QGIS 1.8.
2. Panels/docks are visible in the customization dialog, however unchecking them takes no effect. It was working fine in QGIS 1.8 too. Note they are now shown as "Panels". In QGIS they were "Docks".
History
#1 Updated by Borys Jurgiel over 11 years ago
- Resolution set to duplicate
- Status changed from Open to Closed
duplicates #8054