![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Custom message boxes. More...
#include <custommessagebox.h>
Public Member Functions | |
CustomMessageBox (QWidget *parent=0) | |
Constructor. | |
void | setIcon (Icon icon) |
Custom icon setting. More... | |
Static Public Member Functions | |
static void | iconify (QDialogButtonBox *button_box) |
Performs icon replacements for given button box. More... | |
static QMessageBox::StandardButton | show (QWidget *parent, QMessageBox::Icon icon, const QString &title, const QString &text, const QString &informative_text=QString(), const QString &detailed_text=QString(), QMessageBox::StandardButtons buttons=QMessageBox::Ok, QMessageBox::StandardButton default_button=QMessageBox::Ok) |
Displays custom message box. More... | |
Custom message boxes.
Definition at line 39 of file custommessagebox.h.
|
static |
Performs icon replacements for given button box.
button_box | Button box to work with. |
Definition at line 56 of file custommessagebox.cpp.
void CustomMessageBox::setIcon | ( | Icon | icon | ) |
Custom icon setting.
icon | Icon to set. |
Definition at line 49 of file custommessagebox.cpp.
|
static |
Displays custom message box.
parent | Parent object. |
icon | Icon of message box. |
title | Title of message box. |
text | Text of message box. |
informative_text | Informative text of message box. |
detailed_text | Detailed text of message box. |
buttons | Which buttons to display? |
default_button | Which button highlight as default one? |
Definition at line 107 of file custommessagebox.cpp.