mirror of
https://github.com/Snigdha-OS/snigdhaos-horizon.git
synced 2025-09-20 20:24:57 +02:00
🔧 build(_init): initial commits
This commit is contained in:
14
horizon.cpp
Normal file
14
horizon.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "horizon.h"
|
||||
#include "./ui_horizon.h"
|
||||
|
||||
Horizon::Horizon(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
, ui(new Ui::Horizon)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
Horizon::~Horizon()
|
||||
{
|
||||
delete ui;
|
||||
}
|
Reference in New Issue
Block a user