新增代码

This commit is contained in:
feiyangqingyun
2021-11-09 20:40:00 +08:00
parent ad847c7065
commit 17b7c88f98
24 changed files with 1269 additions and 451 deletions

View File

@@ -24,9 +24,9 @@ class QTimer;
#ifdef quc
class Q_DECL_EXPORT VideoWidget : public QWidget
#else
#else
class VideoWidget : public QWidget
#endif
#endif
{
Q_OBJECT
@@ -89,7 +89,11 @@ public:
protected:
void resizeEvent(QResizeEvent *);
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
void enterEvent(QEnterEvent *);
#else
void enterEvent(QEvent *);
#endif
void leaveEvent(QEvent *);
void dropEvent(QDropEvent *event);
void dragEnterEvent(QDragEnterEvent *event);