#include <flowvishelp.h>
Public Member Functions | |
flowvisHelp (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
Public Attributes | |
QTextEdit * | textEdit1 |
QPushButton * | buttonOk |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
QVBoxLayout * | flowvisHelpLayout |
Diese Klasse wird von Qt automatisch erstellt.
|
Constructs a flowvisHelp as a child of 'parent', with the name 'name' and widget flags set to 'f'. The dialog will by default be modeless, unless you set 'modal' to TRUE to construct a modal dialog. |