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
相關文章
相關標籤/搜索