This commit is contained in:
zhuzihcu
2023-04-14 17:07:54 +08:00
parent 935f515a49
commit b28f15c23b
15 changed files with 201 additions and 17 deletions

17
example/lang/En.h Normal file
View File

@ -0,0 +1,17 @@
#ifndef EN_H
#define EN_H
#include <QObject>
#include "Lang.h"
class En : public Lang
{
Q_OBJECT
public:
explicit En(QObject *parent = nullptr);
signals:
};
#endif // EN_H