Mercurial > minori
comparison include/gui/widgets/text.h @ 69:27a19dd6cba1
*: fix up some stuff
settings: due to my own incompetence OnOK caused the entire program to crash,
now that's fixed :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Tue, 03 Oct 2023 03:38:25 -0400 |
| parents | fe719c109dbc |
| children | d3e9310598b1 |
comparison
equal
deleted
inserted
replaced
| 68:2417121d894e | 69:27a19dd6cba1 |
|---|---|
| 1 #ifndef __gui__ui_utils_h | 1 #ifndef __gui__ui_utils_h |
| 2 #define __gui__ui_utils_h | 2 #define __gui__ui_utils_h |
| 3 | 3 |
| 4 #include <QFrame> | 4 #include <QWidget> |
| 5 #include <QLabel> | 5 #include <QString> |
| 6 #include <QSize> | |
| 6 #include <QPlainTextEdit> | 7 #include <QPlainTextEdit> |
| 7 #include <QSize> | 8 |
| 8 #include <QString> | 9 class QFrame; |
| 9 #include <QWidget> | 10 class QLabel; |
| 10 | 11 |
| 11 namespace TextWidgets { | 12 namespace TextWidgets { |
| 12 | 13 |
| 13 class Header : public QWidget { | 14 class Header : public QWidget { |
| 14 Q_OBJECT | 15 Q_OBJECT |
