atar-axis / qt-collapsible-section

Basic collapsible section for QT

Repository from Github https://github.comatar-axis/qt-collapsible-sectionRepository from Github https://github.comatar-axis/qt-collapsible-section

QT: Collapsible Section

This is a simple collapsable section for QT. It has been tested with QT5.6.

Special thanks to "x squared" who has posted the original code for this idea at StackOverflow: http://stackoverflow.com/a/37119983/2573127

Sample Code

Section* section = new Section("Section", 300, parentWidget);
auto* anyLayout = new QVBoxLayout();
anyLayout->addWidget(new QLabel("Some Text in Section", section));
anyLayout->addWidget(new QPushButton("Button in Section", section));

section->setContentLayout(*anyLayout);

Sample Animation

section opening and closing

About

Basic collapsible section for QT

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 95.8%Language:QMake 4.2%