QT 4-7选项框

widget.h #ifndef WIDGET_H #define WIDGET_H #include <QWidget> #include<QLabel> #include<QListWidget> class Widget : public QWidget { Q_OBJECT private: QLabel * label; QListWidget *list; pu
相关文章
相关标签/搜索