QT 4-6 下拉列表

dialog.h   : #ifndef DIALOG_H #define DIALOG_H #include <QDialog> #include<QComboBox> class Dialog : public QDialog { Q_OBJECT public: Dialog(QWidget *parent = 0); ~Dialog(); public slots:
相關文章
相關標籤/搜索