QWSEmbedWidget Class Reference
[QtGui module]
The QWSEmbedWidget class provides embedding of a top-level window. More...
#include <QWSEmbedWidget>
Inherits QWidget.
This class was introduced in Qt 4.2.
Public Functions
- 195 public functions inherited from QWidget
- 29 public functions inherited from QObject
- 12 public functions inherited from QPaintDevice
Additional Inherited Members
- 55 properties inherited from QWidget
- 1 property inherited from QObject
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
- 1 signal inherited from QWidget
- 1 signal inherited from QObject
- 4 static public members inherited from QWidget
- 5 static public members inherited from QObject
- 38 protected functions inherited from QWidget
- 7 protected functions inherited from QObject
- 1 protected function inherited from QPaintDevice
- 1 protected slot inherited from QWidget
Detailed Description
The QWSEmbedWidget class provides embedding of a top-level window.
The window ID of the window to be embedded must be known and be passed in the constructor.
Member Function Documentation
QWSEmbedWidget::QWSEmbedWidget ( WId id, QWidget * parent = 0 )
Constructs a QWSEmbedWidget object which embeds the window with the given id and parent.
QWSEmbedWidget::~QWSEmbedWidget ()
Destroys the QWSEmbedWidget object.