新增25 36 64画面
This commit is contained in:
22
videopanel/frmvideopanel.h
Normal file
22
videopanel/frmvideopanel.h
Normal 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
|
||||
Reference in New Issue
Block a user