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
21 lines
292 B
#ifndef SYNCBOX16CH_H
|
|
#define SYNCBOX16CH_H
|
|
|
|
#include <QWidget>
|
|
|
|
namespace Ui {
|
|
class syncbox16ch;
|
|
}
|
|
|
|
class syncbox16ch : public QWidget {
|
|
Q_OBJECT
|
|
|
|
public:
|
|
explicit syncbox16ch(QWidget *parent = nullptr);
|
|
~syncbox16ch();
|
|
|
|
private:
|
|
Ui::syncbox16ch *ui;
|
|
};
|
|
|
|
#endif // SYNCBOX16CH_H
|