Conversation
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. 🪟
|
|
@ptitjano would you consider adding a "changed" signal to QgsPanelWidget, and deprecating the widgetChanged signal (adding a connection from changed->widgetChanged to maintain api)? I've always dislike the naming of the "widgetChanged" signal -- to me this sounds more like a "emitted when the widget shown in the panel has been changed to another widget" signal, as opposed to a "the settings described by the current widget have been changed" signal. We also use just |
70efe43 to
dc138cf
Compare
No strong opinion regarding the naming. My only concern is that a widget which inherits from I have updated the PR. |
e2b3348 to
65d78d5
Compare
This is already defined in base class QgsPanelWidget
This is a better description of its usage. Indeed, this signal is emitted when the settings described by the current widget have been changed.
65d78d5 to
220f50d
Compare
Description
See discussion
AI tool usage
No AI Tool used