You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wheeldetect/tpvs17/tpMain/QDebugDlg.h

17 lines
202 B
C++

#pragma once
#include <QWidget>
#include "ui_QDebugDlg.h"
class QDebugDlg : public QWidget
{
Q_OBJECT
public:
QDebugDlg(QWidget *parent = Q_NULLPTR);
~QDebugDlg();
private:
Ui::QDebugDlg ui;
};