Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hello,
Can a function have a return type as QVBoxLayout???
alfah
Yes for QVBoxLayout* (pointer), no for QVBoxLayout because all QLayout has disable copy constructor @ Q_DISABLE_COPY(QLayout) @