eVaf
eVaf::Gui::Panel Class Reference

eVaf GUI panel class. More...

#include <Gui/panel.h>

Public Member Functions

 Panel (QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~Panel ()
 

Detailed Description

eVaf GUI panel class.

#include <Gui/Panel>

The Gui::Panel class is the generic widget for eVaf GUI applications. It is an empty widget that can be filled with actual user interface elements like labels, edit boxes etc. Gui::Panel acts like a normal widget, which can be shown as a stand-alone window or added to other user interface layouts.

The main purpose of Gui::Panel is that it can be added to one of the eVaf document interface managers.

Definition at line 49 of file panel.h.

Constructor & Destructor Documentation

eVaf::Gui::Panel::Panel ( QWidget parent = 0,
Qt::WindowFlags  f = 0 
)
virtual eVaf::Gui::Panel::~Panel ( )
virtual

The documentation for this class was generated from the following file: