COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Private Attributes | List of all members
AboutCFDialog Class Reference

#include <AboutCFDialog.hpp>

Inherits QDialog.

Public Member Functions

 AboutCFDialog (QWidget *parent=nullptr)
 
 ~AboutCFDialog ()
 

Private Attributes

QVBoxLayout * m_main_layout
 Main layout. More...
 
QPushButton * m_bt_ok
 "OK" button More...
 
QFormLayout * m_info_layout
 Layout that contain the information. More...
 
QLabel * m_lab_qwt
 Label for Qwt. More...
 

Detailed Description

Builds and shows up the "About COOLFLuiD" dialog. This dialog displays some information about COOLFluiD, such as the kernel version, the operating system type,...

Todo:
should display the license, CF logo, icons credits...
Author
Quentin Gasper

Definition at line 36 of file AboutCFDialog.hpp.

Constructor & Destructor Documentation

AboutCFDialog ( QWidget *  parent = nullptr)

Constructor.

Parameters
parentThe parent widget.

Definition at line 25 of file AboutCFDialog.cpp.

Destructor. Frees all allocated memory.

Definition at line 60 of file AboutCFDialog.cpp.

Member Data Documentation

QPushButton* m_bt_ok
private

"OK" button

Definition at line 55 of file AboutCFDialog.hpp.

QFormLayout* m_info_layout
private

Layout that contain the information.

Definition at line 58 of file AboutCFDialog.hpp.

QLabel* m_lab_qwt
private

Label for Qwt.

Definition at line 61 of file AboutCFDialog.hpp.

QVBoxLayout* m_main_layout
private

Main layout.

Definition at line 52 of file AboutCFDialog.hpp.


The documentation for this class was generated from the following files:
Send comments to:
COOLFluiD Web Admin