mirror of
https://github.com/Snigdha-OS/snigdhaos-horizon.git
synced 2025-09-22 05:04:56 +02:00
🔧 build(_init): initial commits
This commit is contained in:
23
horizon.h
Normal file
23
horizon.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef HORIZON_H
|
||||
#define HORIZON_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
class Horizon;
|
||||
}
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class Horizon : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
Horizon(QWidget *parent = nullptr);
|
||||
~Horizon();
|
||||
|
||||
private:
|
||||
Ui::Horizon *ui;
|
||||
};
|
||||
#endif // HORIZON_H
|
Reference in New Issue
Block a user