qtdelphiqt5c++buildertframe

Substitute for Delphi's TFrame in Qt5


What would be the substitute for an Embarcadero Delphi TFrame in Qt5?

In Delphi one can design a TFrame like a reusable kind of form, which can be assigned to and instantiated within other controls afterwards.


Solution

  • When using qt widgets a Qwidget or QFrame could be a viable option. In qml an item seems to be the best match