You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks so much to everyone who has contributed to this.
I would love to see a way to embed these collapsible sections within each other. I have tried to do this and it seems the outer section does not understand it needs to expand further when an inner section is expanded. Here is a screenshot of what I mean:
The text was updated successfully, but these errors were encountered:
boolqSection::event(QEvent* event)
{
// This is required to cascade layout changes from child qSections if (event->type() == QEvent::LayoutRequest)
{
updateHeights();
}
returnQWidget::event(event);
}
First of all, thanks so much to everyone who has contributed to this.
I would love to see a way to embed these collapsible sections within each other. I have tried to do this and it seems the outer section does not understand it needs to expand further when an inner section is expanded. Here is a screenshot of what I mean:
The text was updated successfully, but these errors were encountered: