SyntaxFix
Write A Post
Hire A Developer
Questions
Getting the Text of ComboBox when the item is changed
self.ui.comboBox.activated.connect(self.pass_Net_Adap) def pass_Net_Adap(self): print str(self.ui.comboBox.currentText())