33 void updateStyleSheets(
const QColor &header_text_color,
const QColor &header_hover_color);
34 void setLinksCollapsed(
bool collapsed);
35 bool isLinksCollapsed()
const;
38 QVBoxLayout *main_layout_;
40 QFrame *header_separator_;
41 QWidget *link_container_;
42 QWidget *compact_link_container_;
43 QPushButton *discord_button_;
44 QPushButton *donate_button_;
45 QList<learn_link_t> links_;
46 bool links_collapsed_;
50 void setupActionButtons();