I have a QComboBox, cbo_box, nested in a frame, self.ui.frameFilterControls, with: cbo_box.currentTextChanged.connect(self.choice_changed)
cbo_box
self.ui.frameFilterControls
cbo_box.currentTextChanged.connect(self.choice_changed)