QComboBox *combox=(QComboBox*)widget//强制转化为QComboBox
QString string=combox->currentText()
qDebug()<<string
逐个值取出 然后addItem 就行了这是读写INI文件的介绍
http://blog.csdn.net/qiurisuixiang/article/details/7760828
这事QCombobox的使用
http://blog.csdn.net/ymc0329/article/details/7284498
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)