re-organize folder structure
This commit is contained in:
18
include/aboutwidget.h
Normal file
18
include/aboutwidget.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef ABOUTWIDGET_H
|
||||
#define ABOUTWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QLabel>
|
||||
|
||||
class AboutWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AboutWidget(QWidget *parent = nullptr);
|
||||
|
||||
private:
|
||||
void setupUI();
|
||||
};
|
||||
|
||||
#endif // ABOUTWIDGET_H
|
||||
Reference in New Issue
Block a user