#添加下拉框内容
self.combox.additem('一')
self.combox.additem('一')#设置当前的索引
self.combox.setCurrentIndex(0)#获取当前选择的索引
self.combox.currentIndex()#下拉框选择索引改变槽函数
self.combox.curentIndexChanged.connect(self.func)#qss样式
#添加下拉框内容
self.combox.additem('一')
self.combox.additem('一')#设置当前的索引
self.combox.setCurrentIndex(0)#获取当前选择的索引
self.combox.currentIndex()#下拉框选择索引改变槽函数
self.combox.curentIndexChanged.connect(self.func)#qss样式