from Qt docs...
what does it mean by portable in principle ??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.![]()
is this function portable or non portable ??
Bookmarks