qvboxlayout Questions
5
Solved
I have annoying problem. I created QVBoxLayout on which I added my widgets.
This is sample from my constructor:
layout = new QVBoxLayout;
layout->setMargin(0);
layout->setContentsMargins(QM...
Nara asked 20/1, 2015 at 18:39
1
© 2022 - 2024 — McMap. All rights reserved.