更新代码

This commit is contained in:
feiyangqingyun
2022-11-01 14:28:42 +08:00
parent da26b689e4
commit 2ce7ba59df
17 changed files with 230 additions and 228 deletions

View 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