摘要: QComboBox是QT GUI中的下拉列表框。1 class Q_GUI_EXPORT QComboBox : public QWidget2 {3 Q_OBJECT常用方法和属性:(1)addItemsvoid addItems ( const QStringList & texts )... 阅读全文
posted @ 2014-06-05 10:48 文少爷 阅读(2974) 评论(0) 推荐(0)