#ifndef COLLAPSIBLEMENU_H
#define COLLAPSIBLEMENU_H
#include <QWidget>
class CollapsibleMenu : public QWidget
{
};
#endif // COLLAPSIBLEMENU_H