转码工具页面功能

This commit is contained in:
taocong
2026-05-25 10:18:19 +08:00
commit 3db5fe7f13
107 changed files with 8591 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef ELASTATUSBAR_H
#define ELASTATUSBAR_H
#include <QStatusBar>
#include "ElaProperty.h"
class ELA_EXPORT ElaStatusBar : public QStatusBar
{
Q_OBJECT
public:
explicit ElaStatusBar(QWidget* parent = nullptr);
~ElaStatusBar() override;
};
#endif // ELASTATUSBAR_H