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.

21 lines
292 B

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. #ifndef SYNCBOX16CH_H
  2. #define SYNCBOX16CH_H
  3. #include <QWidget>
  4. namespace Ui {
  5. class syncbox16ch;
  6. }
  7. class syncbox16ch : public QWidget {
  8. Q_OBJECT
  9. public:
  10. explicit syncbox16ch(QWidget *parent = nullptr);
  11. ~syncbox16ch();
  12. private:
  13. Ui::syncbox16ch *ui;
  14. };
  15. #endif // SYNCBOX16CH_H