A QFrame that shows and hides itself with a slide animation.
More...
#include <accordion_frame.h>
|
| | AccordionFrame (QWidget *parent=0) |
| | Create an AccordionFrame with the given parent.
|
| |
|
void | animatedShow () |
| | Show the frame with a slide-down animation.
|
| |
|
void | animatedHide () |
| | Hide the frame with a slide-up animation.
|
| |
|
void | updateStyleSheet () |
| | Reapply the stylesheet after a palette or style change.
|
| |
|
|
virtual void | hideEvent (QHideEvent *) |
| | Emit visibilityChanged(false) when the frame is hidden.
|
| |
| virtual void | showEvent (QShowEvent *) |
| | Emit visibilityChanged(true) when the frame is shown.
|
| |
A QFrame that shows and hides itself with a slide animation.
◆ AccordionFrame()
| AccordionFrame::AccordionFrame |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Create an AccordionFrame with the given parent.
- Parameters
-
| parent | The parent widget of the frame, or nullptr if it has no parent. |
◆ showEvent()
| virtual void AccordionFrame::showEvent |
( |
QShowEvent * |
| ) |
|
|
inlineprotectedvirtual |
◆ visibilityChanged
| void AccordionFrame::visibilityChanged |
( |
bool |
visible | ) |
|
|
signal |
Emitted when the frame's visibility changes.
- Parameters
-
| visible | true when the frame becomes visible; false when hidden. |
The documentation for this class was generated from the following files:
- /builds/wireshark/wireshark/ui/qt/accordion_frame.h
- /builds/wireshark/wireshark/ui/qt/accordion_frame.cpp