Base class for panels. More...
#include <panelbase.h>
Signals | |
void | openPanelRequested (QWidget *widget) |
Signal for requesting a panel to be opened. | |
Public Member Functions | |
PanelBase (QWidget *parent=0) | |
Constructor. | |
QWidget * | contextButtons () const |
Getter for the context buttons. | |
Protected Attributes | |
QVBoxLayout * | m_contextButtonLayout |
Layout for context buttons. | |
Private Attributes | |
QWidget * | m_contextButtons |
Widget for context buttons. |
Base class for panels.
PanelBase::PanelBase | ( | QWidget * | parent = 0 |
) |
Constructor.
parent | Parent |
QWidget * PanelBase::contextButtons | ( | ) | const |
Getter for the context buttons.
void PanelBase::openPanelRequested | ( | QWidget * | widget | ) | [signal] |
Signal for requesting a panel to be opened.
widget | Pointer to the widget that emitted the signal |