c ++ - Qt basic concepts

 

QObject: Qt base class for all classes

QWidget class: class contains all components

Widgets: component composition of the basic elements Qt interface

window: the interface, the parent does not contain the component assembly

Child Widgets: subcomponents, the main interface of other components

layouts: the layout, the arrangement of components of the interface mode

Guess you like

Origin www.cnblogs.com/cxc1357/p/11748384.html