PanelContent Class Reference
Base class for panel content area.
More...
#include "ui/panelcontent.h"
List of all members.
Public Slots |
void | resizePanelContent (const QSize &size) |
| Slot to redraw the panel content area after window resize event.
|
Public Member Functions |
| PanelContent (QWidget *parent=0) |
| Constructor.
|
void | setContentWidget (QWidget *widget) |
| Sets the panel content widget.
|
Private Attributes |
QVBoxLayout * | m_panelVBox |
| Vertical layout inside the panel.
|
PanelBase * | m_panelBase |
| Widget for panel base.
|
Detailed Description
Base class for panel content area.
- Author:
- Kaj Wallin - kaj.wallin (at) ixonos.com
-
Pekka Nissinen - pekka.nissinen@ixonos.com
Constructor & Destructor Documentation
PanelContent::PanelContent |
( |
QWidget * |
parent = 0 |
) |
|
Member Function Documentation
void PanelContent::resizePanelContent |
( |
const QSize & |
size |
) |
[slot] |
Slot to redraw the panel content area after window resize event.
- Parameters:
-
| size | Size of the new window |
void PanelContent::setContentWidget |
( |
QWidget * |
widget |
) |
|
Sets the panel content widget.
- Parameters:
-
The documentation for this class was generated from the following files: