from Qt docs...
WId QWidget::winId () const
Returns the window system identifier of the widget.
Portable in principle, but if you use it you are probably about to do something non-portable. Be careful.
what does it mean by portable in principle ??
is this function portable or non portable ??