Qt Quick based coffee brewing control chart.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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