QCAD Application Framework
CAD Application Development and Automation.
 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 
22 
23 #endif