1 #ifndef COLLAPSIBLEWIDGET_H 2 #define COLLAPSIBLEWIDGET_H 19 void mousePressEvent(QMouseEvent* event);
20 void paintEvent(QPaintEvent *event);
22 void select(
bool,
bool);
30 void setContents(QWidget* c);
31 void setText(
const QString &);
42 QPushButton* collapse_button;
44 QHBoxLayout* title_bar_layout;
45 void set_button_icon(
bool open);
48 void deselect_others(QWidget*);
49 void visibleChanged();
52 void on_enabled_change(
bool b);
53 void on_visible_change();
56 void header_click(
bool s,
bool deselect);
59 #endif // COLLAPSIBLEWIDGET_H
Definition: checkboxex.h:6