Widgets Tutorial - Child Widgets▲
We can add a child widget to the window created in the previous example by passing window as the parent to its constructor. In this case, we add a button to the window and place it in a specific location:
|
Qt Widgets Reference Documentation.
Article lu fois.
The Qt Company Ltd.
Publié le 27 décembre 2024 - Mis à jour le 27 décembre 2024
We can add a child widget to the window created in the previous example by passing window as the parent to its constructor. In this case, we add a button to the window and place it in a specific location:
|