#include <statustext.h>
It provides a little bit of added functionality with respect to QTextEdit.
Definition at line 30 of file statustext.h.
Public Slots | |
void | append (const QString &text) |
Overridden from QTextEdit::append in that it autoamtically positions itself at the last line. | |
Signals | |
void | rightButtonClicked () |
Is emitted when a right mouse button is clicked. | |
Public Member Functions | |
StatusText (QWidget *parent=0, const char *name=0) | |
~StatusText () | |
The default destructor. | |
Protected Member Functions | |
QPopupMenu * | createPopupMenu (const QPoint &) |
This function is overridden to disable the construction of a default popup menu, but instead emit the signal rightButtonClicked so a popup can be shown by the another class (XbraboView in this case). |
|
Definition at line 40 of file statustext.cpp. |
|
The default destructor.
Definition at line 58 of file statustext.cpp. |
|
Is emitted when a right mouse button is clicked.
|
|
Overridden from QTextEdit::append in that it autoamtically positions itself at the last line.
Definition at line 69 of file statustext.cpp. |
|
This function is overridden to disable the construction of a default popup menu, but instead emit the signal rightButtonClicked so a popup can be shown by the another class (XbraboView in this case).
Definition at line 82 of file statustext.cpp. |