Khi viết : QWidget(parent) thì QWidget, là một member của DragWidget, sẽ được khởi tạo với giá trị parent.
Đối với Qt, thì có thể hiểu cái DragWidget này là một Widget con của cái QWidget *parent. Có thể hiểu cái DragWidget là một form/cửa sổ/window con của một form/cửa sổ/window khác.
Widgets are the basic building blocks for graphical user interface (GUI) applications built with Qt. Each GUI component (e.g. buttons, labels, text editor) is a widget that is placed somewhere within a user interface window, or is displayed as an independent window.