更新代码
This commit is contained in:
26
video/videowindow/frmvideowindow.h
Normal file
26
video/videowindow/frmvideowindow.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef FRMVIDEOWINDOW_H
|
||||
#define FRMVIDEOWINDOW_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmVideoWindow;
|
||||
}
|
||||
|
||||
class frmVideoWindow : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmVideoWindow(QWidget *parent = 0);
|
||||
~frmVideoWindow();
|
||||
|
||||
private:
|
||||
Ui::frmVideoWindow *ui;
|
||||
|
||||
private slots:
|
||||
void initForm();
|
||||
void btnClicked(const QString &objName);
|
||||
};
|
||||
|
||||
#endif // FRMVIDEOWINDOW_H
|
||||
Reference in New Issue
Block a user