Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I added two QWidgets in my interface using QT designer. Added both of these into a QVBoxLayout and have set spacing to 0 in the designer.
However, I still see a little space between these two Widgets. How can I remove spacing between them?
Regards,
Maybe set it to 1, and 0 might be invalid? Or the widgets itself have a border pixel setup.