FactDev
0.1
|
The MessageBox class Information window with message. More...
#include <messagebox.h>
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. | |
The MessageBox class Information window with message.
|
explicit |
MessageBox::MessageBox Construt a MessageBox
parent |
void Gui::Dialogs::MessageBox::setImage | ( | QString | img, |
int | width = 128 , |
||
int | height = 128 |
||
) |
MessageBox::setImage Add the icon img to the current window.
img | Icon |
width | Icon width (default: 128) |
height | Icon height (default: 128) |
void Gui::Dialogs::MessageBox::setText | ( | QString | txt | ) |
MessageBox::setText Add the text txt to the current window.
txt | Text inside the current window |