QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RTextEdit.h
Go to the documentation of this file.
1
20#ifndef RTEXTEDIT_H_
21#define RTEXTEDIT_H_
22
23#include "gui_global.h"
24
25#include <QTextBrowser>
26
31class QCADGUI_EXPORT RTextEdit: public QTextBrowser {
32
33Q_OBJECT
34
35public:
36 RTextEdit(QWidget* parent);
37 virtual QSize sizeHint() const;
38 virtual QSize minimumSizeHint() const;
39};
40
42
43#endif
Q_DECLARE_METATYPE(RMath *)
Copyright (c) 2011-2018 by Andrew Mustun.
Definition RTextEdit.h:31
#define QCADGUI_EXPORT
Definition gui_global.h:10