Feature #3876
WGridLayout add methods to hide rows and/or columns?
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/05/2015
Due date:
% Done:
0%
Estimated time:
Description
Hi,
I'm currently using WGridLayout alot for designing more or less complex dialogs. It would be very handy for me if I can hide and show a row or column of a gridlayout such as:
void WGridLayout::setRowHidden(int row, bool hidden); void WGridLayout::setColumnHidden(int column, bool hidden);
No data to display