QCAD Application Framework
CAD Application Development and Automation.
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RTextEdit.h
Go to the documentation of this file.
1
#ifndef RTEXTEDIT_H_
2
#define RTEXTEDIT_H_
3
4
#include <QTextEdit>
5
#include <QtDesigner/QDesignerExportWidget>
6
10
class
/*QDESIGNER_WIDGET_EXPORT*/
RTextEdit
:
public
QTextEdit {
11
12
Q_OBJECT
13
14
public
:
15
RTextEdit
(QWidget* parent);
16
virtual
QSize
sizeHint
()
const
;
17
virtual
QSize
minimumSizeHint
()
const
;
18
};
19
20
Q_DECLARE_METATYPE
(
RTextEdit
*)
21
22
#endif
src
gui
RTextEdit.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1