Qt-interest Archive, March 2002
QGridLayout. How to gripe the Layout row that contain only hidden widjets?
Message 1 in thread
Hi,
Can you please ask me how I can gripe row that contain was hidden
widgets and shift up the rows follows the row. The way to delete the
row is undesirable.
See example:
Rows:
1 AAAAAAAAAAAAAAAAAA
2 BBBBBBBBBBBBBBBBBB
3 CCCCCCCCCCCCCCCCCC
let I'd like hide the "B" widgets
Is it possible to get
1 AAAAAAAAAAAAAAAAA
3 BBBBBBBBBBBBBBBBB
(row 2 is unvisible)
--
[ signature omitted ]
Message 2 in thread
Hi,
Can you please answer me how I can gripe row that contain was hidden
widgets and shift up the rows follows the row. The way to delete the
row is undesirable.
See example:
Rows:
1 AAAAAAAAAAAAAAAAAA
2 BBBBBBBBBBBBBBBBBB
3 CCCCCCCCCCCCCCCCCC
let I'd like hide the "B" widgets
Is it possible to get
1 AAAAAAAAAAAAAAAAA
3 CCCCCCCCCCCCCCCCC
(row 2 is unvisible)
I'm sorry for my previous wrong letter
--
[ signature omitted ]