FactDev  0.1
Gui::Dialogs::MessageBox Class Reference

The MessageBox class Information window with message. More...

#include <messagebox.h>

Inheritance diagram for Gui::Dialogs::MessageBox:

Public Member Functions

 MessageBox (QWidget *parent=0)
 MessageBox::MessageBox Construt a MessageBox More...
 
void aboutFact ()
 MessageBox::aboutFact Defines FACT team information.
 
void aboutFactDev ()
 MessageBox::aboutFactDev Defines FactDev software information.
 
void aboutIcons ()
 MessageBox::aboutIcons Defines icons theme information.
 
void setImage (QString img, int width=128, int height=128)
 MessageBox::setImage Add the icon img to the current window. More...
 
void setText (QString txt)
 MessageBox::setText Add the text txt to the current window. More...
 

Static Public Member Functions

static void showAboutFact ()
 MessageBox::showAboutFact Shows window about FACT team.
 
static void showAboutFactDev ()
 MessageBox::showAboutFactDev Shows window about FactDev software.
 
static void showAboutIcons ()
 MessageBox::showAboutIcons Shows about icons theme of FactDev software.
 

Detailed Description

The MessageBox class Information window with message.

Author
Florent Berbie

Constructor & Destructor Documentation

Gui::Dialogs::MessageBox::MessageBox ( QWidget *  parent = 0)
explicit

MessageBox::MessageBox Construt a MessageBox

Parameters
parent

Member Function Documentation

void Gui::Dialogs::MessageBox::setImage ( QString  img,
int  width = 128,
int  height = 128 
)

MessageBox::setImage Add the icon img to the current window.

Parameters
imgIcon
widthIcon width (default: 128)
heightIcon height (default: 128)
void Gui::Dialogs::MessageBox::setText ( QString  txt)

MessageBox::setText Add the text txt to the current window.

Parameters
txtText inside the current window

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