We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88e62f commit 3d1be95Copy full SHA for 3d1be95
python/plugins/processing/algs/gdal/GdalAlgorithmDialog.py
@@ -96,7 +96,7 @@ def connectParameterSignals(self):
96
for wrapper in list(self.wrappers.values()):
97
w = wrapper.widget
98
self.connectWidgetChangedSignals(w)
99
- for c in w.children():
+ for c in w.findChildren(QWidget):
100
self.connectWidgetChangedSignals(c)
101
102
def connectWidgetChangedSignals(self, w):
0 commit comments