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
RWebView.h
Go to the documentation of this file.
1
#ifndef RWEBVIEW_H_
2
#define RWEBVIEW_H_
3
4
#include <QWebView>
5
#include <QtDesigner/QDesignerExportWidget>
6
10
class
/*QDESIGNER_WIDGET_EXPORT*/
RWebView
:
public
QWebView {
11
12
Q_OBJECT
13
14
public
:
15
RWebView
(QWidget* parent);
16
virtual
~RWebView
();
17
virtual
QSize
sizeHint
()
const
;
18
virtual
QSize
minimumSizeHint
()
const
;
19
};
20
21
Q_DECLARE_METATYPE
(
RWebView
*)
22
23
#endif
src
gui
RWebView.h
Generated on Tue Jun 26 2012 18:41:08 for QCAD Application Framework by
1.8.1.1