1
0

plain-text-edit.hpp 190 B

12345678910
  1. #pragma once
  2. #include <QPlainTextEdit>
  3. class OBSPlainTextEdit : public QPlainTextEdit {
  4. Q_OBJECT
  5. public:
  6. explicit OBSPlainTextEdit(QWidget *parent = nullptr, bool monospace = true);
  7. };