新增25 36 64画面

This commit is contained in:
feiyangqingyun
2020-04-15 10:21:32 +08:00
parent f554344c34
commit 9d8ff1c5cb
12 changed files with 749 additions and 529 deletions

View File

@@ -0,0 +1,22 @@
#ifndef FRMVIDEOPANEL_H
#define FRMVIDEOPANEL_H
#include <QWidget>
namespace Ui {
class frmVideoPanel;
}
class frmVideoPanel : public QWidget
{
Q_OBJECT
public:
explicit frmVideoPanel(QWidget *parent = 0);
~frmVideoPanel();
private:
Ui::frmVideoPanel *ui;
};
#endif // FRMVIDEOPANEL_H