注册的ComboBox/想在此处取出界面上文本框的值,作为action中方法的参数,如何处理 var StrNUMPSColumn=new Ext.form.ComboBox({ id:'combo_num_ps',name:'strsqlhead.strWo',fieldLabel:lbl_num_ps,triggerAction:'all',editable:true,...
filePath2=self.field("filePathShow")with open(str(filePath2),'r')as f:reader=csv.reader(f)self.columns=next(reader)#make a combobox for each column grid=QtWidgets.QGridLayout()self.comboBoxes=[None]*len(self.columns)for i,...