1 2 3 4 5 6 7 8 9 10
#include <qxembed.h> class XEmbedQtChildSite : public QXEmbed { Q_OBJECT public: XEmbedQtChildSite (QWidget *parent, bool active, bool isQt); };