mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-04 01:04:28 +08:00
New project structure
Load translation file in the executable.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#ifndef T55XXTAB_H
|
||||
#define T55XXTAB_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class T55xxTab;
|
||||
}
|
||||
|
||||
class T55xxTab : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit T55xxTab(QWidget *parent = nullptr);
|
||||
~T55xxTab();
|
||||
|
||||
private:
|
||||
Ui::T55xxTab *ui;
|
||||
};
|
||||
|
||||
#endif // T55XXTAB_H
|
||||
Reference in New Issue
Block a user