QCAD
Open Source 2D CAD
RWebViewPlugin.h
Go to the documentation of this file.
1 
20 #ifndef RWEBVIEWPLUGIN_H_
21 #define RWEBVIEWPLUGIN_H_
22 
23 //#include <QDesignerCustomWidgetInterface>
24 
25 //class RWebViewPlugin: public QObject, public QDesignerCustomWidgetInterface {
26 
27 // Q_OBJECT
28 // Q_INTERFACES(QDesignerCustomWidgetInterface)
29 
30 //public:
31 // RWebViewPlugin(QObject *parent = 0);
32 
33 // bool isContainer() const;
34 // bool isInitialized() const;
35 // QIcon icon() const;
36 // QString domXml() const;
37 // QString group() const;
38 // QString includeFile() const;
39 // QString name() const;
40 // QString toolTip() const;
41 // QString whatsThis() const;
42 // QWidget *createWidget(QWidget *parent);
43 // void initialize(QDesignerFormEditorInterface *core);
44 
45 //private:
46 // bool initialized;
47 //};
48 
49 #endif