nngn
Loading...
Searching...
No Matches
window.h
Go to the documentation of this file.
1#ifndef NNGN_WINDOW_H
2#define NNGN_WINDOW_H
3
4#include <QtWidgets/QMainWindow>
5
6class QLabel;
7
8class Window : public QMainWindow {
9 Q_OBJECT
10 QLabel *label();
11public:
13public slots:
14 void clear();
15 void new_line(QString s);
16};
17
18#endif
Definition: window.h:11
void new_line(QString s)
void clear()
QLabel * label()
std::chrono::seconds s
Definition: timing.cpp:6