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/QModelMgrDlg.h

17 lines
217 B
C

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