Getting a lot of warnings with GridLayout component
-
Hi
I get a lot of warnings of this type with GridLayout component:
QGridLayoutEngine::addItem: Cell (1, 1) already taken QGridLayoutEngine::addItem: Cell (0, 0) already taken QGridLayoutEngine::addItem: Cell (0, 1) already taken QGridLayoutEngine::addItem: Cell (1, 0) already taken QGridLayoutEngine::addItem: Cell (1, 1) already takenI have checked, besides components that can span multiple rows and columns, there is not overlap between cells. How can I remove these warnings ?
thanks
Bogdan -
Such questions usually require Qt version stated (and toolchain used) and code to reproduce the problem.
-
Such questions usually require Qt version stated (and toolchain used) and code to reproduce the problem.
@alex_malyu Qt5.4.2 (latest stable version) clang 64 bits on OS X Yosemite. For the code, just use a GridLayout with several Rectangles that span multiple columns/rows, without overlapping each other.