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

20 lines
279 B
C++

#ifndef _H_QTIMEMGRDLG_H_
#define _H_QTIMEMGRDLG_H_
#include <QDialog>
#include "ui_QTimeMgrDlg.h"
/*班次管理窗口页面*/
class QTimeMgrDlg : public QDialog
{
Q_OBJECT
public:
QTimeMgrDlg(QWidget *parent = Q_NULLPTR);
~QTimeMgrDlg();
private:
Ui::QTimeMgrDlg ui;
};
#endif