在 Qt5 中替换 Delphi 的 TFrame

Substitute for Delphi's TFrame in Qt5

Qt5 中 Embarcadero Delphi TFrame 的替代品是什么?

Delphi中,可以设计一个TFrame,就像一种可重用的表单,可以分配和实例化之后在其他控件中。

当使用 qt widgets 时,Qwidget or QFrame could be a viable option. In qml an item 似乎是最佳匹配