新增通用视频控件
This commit is contained in:
26
videowidget/frmvideowidget.h
Normal file
26
videowidget/frmvideowidget.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef FRMVIDEOWIDGET_H
|
||||
#define FRMVIDEOWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmVideoWidget;
|
||||
}
|
||||
|
||||
class frmVideoWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmVideoWidget(QWidget *parent = 0);
|
||||
~frmVideoWidget();
|
||||
|
||||
private:
|
||||
Ui::frmVideoWidget *ui;
|
||||
|
||||
private slots:
|
||||
void initForm();
|
||||
void btnClicked(const QString &objName);
|
||||
};
|
||||
|
||||
#endif // FRMVIDEOWIDGET_H
|
||||
Reference in New Issue
Block a user