您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

20 行
292 B

  1. #ifndef CCONNECTORSELECTWIDGET_H
  2. #define CCONNECTORSELECTWIDGET_H
  3. #include <QWidget>
  4. class CConnectorSelectWidget : public QWidget
  5. {
  6. Q_OBJECT
  7. public:
  8. explicit CConnectorSelectWidget(QWidget *parent = 0);
  9. signals:
  10. public slots:
  11. };
  12. #endif // CCONNECTORSELECTWIDGET_H