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

newpointcontrol.h 256B

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