QComboBox 和QTableWidget配合使用,//创建下拉框对象,并加入到表格对象中QComboBox*comboBox=newQComboBox();comboBox->addItems(strListItems) ...
確定! 回上一頁