first commit
This commit is contained in:
24
project/fm_viewer/ui/rm_frame_video_main.h
Normal file
24
project/fm_viewer/ui/rm_frame_video_main.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef RM_FRAME_VIDEO_MAIN_H
|
||||
#define RM_FRAME_VIDEO_MAIN_H
|
||||
|
||||
#include "../rm_include.h"
|
||||
#include "rm_frame_video_base.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QShortcut>
|
||||
#include <QTimer>
|
||||
|
||||
class RMWidgetZoomPos;
|
||||
class RMFrameVideoMain : public RMFrameVideoBase
|
||||
{
|
||||
Q_OBJECT
|
||||
private:
|
||||
public:
|
||||
explicit RMFrameVideoMain(QWidget *parent = nullptr);
|
||||
|
||||
|
||||
public slots:
|
||||
void onAppEvent(RMApp::Event event,int param) override;
|
||||
};
|
||||
|
||||
#endif // RM_FRAME_VIDEO_MAIN_H
|
||||
Reference in New Issue
Block a user