|
TarzaNN
TarzaNN neural network simulator
|
#include <UI_DesignerHelpButton.h>
Public Slots | |
| void | slotShowHelpMessage () |
Public Member Functions | |
| UI_DesignerHelpButton (QString helpMessage, QString helpBoxTitle, QWidget *parent=0) | |
| ~UI_DesignerHelpButton () | |
Implements the help button for add/edit dialog boxes. When pressed, pops up a message box containing a help message which was passed to the constructor. Inherits from QPushButton.
| UI_DesignerHelpButton::UI_DesignerHelpButton | ( | QString | helpMessage, |
| QString | helpBoxTitle, | ||
| QWidget * | parent = 0 |
||
| ) |
Creates a new UI_DesignerHelpButton. The parent is passed on to the QPushButton constructor.
| helpMessage | The message to be displayed when the button is pressed |
| helpBoxTitle | The title of the message box which is displayed when the button is pressed |
| parent | The parent of this widget |
| UI_DesignerHelpButton::~UI_DesignerHelpButton | ( | ) |
Destroys the object and frees any allocated resources.
| void UI_DesignerHelpButton::slotShowHelpMessage | ( | ) | [slot] |
Shows a message box when the button is pressed.
1.7.5.1