nngn
Loading...
Searching...
No Matches
components.h
Go to the documentation of this file.
1#ifndef NNGN_TOOLS_AUDIO_COMPONENTS_H
2#define NNGN_TOOLS_AUDIO_COMPONENTS_H
3
4#include <QWidget>
5
6namespace nngn {
7
8class Components : public QWidget {
9 Q_OBJECT
10public:
11 Components(QWidget *parent = {}, Qt::WindowFlags flags = {});
12signals:
13 void clicked(const QString &s);
14};
15
16}
17
18#endif
void clicked(const QString &s)
Components(QWidget *parent={}, Qt::WindowFlags flags={})
std::chrono::seconds s
Definition: timing.cpp:6
Definition: audio.cpp:7