Skui 0.0.1
Build fast and easy to use control software with Skui.
 
Loading...
Searching...
No Matches
skui.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <QApplication>
4#include <QDebug>
5#include <QEvent>
6
7class Skui : public QApplication
8{
9public:
10 explicit Skui(int &, char **);
11
12 bool notify(QObject *, QEvent *) override;
13};
Skui(int &, char **)
Definition skui.cpp:3
bool notify(QObject *, QEvent *) override
Definition skui.cpp:7