#include <photoDescEdit.h>
Definition at line 133 of file photoDescEdit.h.
◆ TextEdit()
| TextEdit::TextEdit |
( |
QWidget * | parent = 0, |
|
|
const char * | name = 0 ) |
Definition at line 572 of file photoDescEdit.cpp.
573{
574 setHScrollBarMode( Q3ScrollView::AlwaysOff );
575 setTextFormat( Qt::PlainText );
577}
Q3PopupMenu * contextMenu
References contextMenu.
◆ contextMenuHiding
| void TextEdit::contextMenuHiding |
( |
| ) |
|
|
privateslot |
◆ createPopupMenu()
| Q3PopupMenu * TextEdit::createPopupMenu |
( |
const QPoint & | pos | ) |
|
|
protected |
◆ finished
| void TextEdit::finished |
( |
| ) |
|
|
signal |
◆ focusOutEvent()
| void TextEdit::focusOutEvent |
( |
QFocusEvent * | | ) |
|
|
protected |
◆ keyPressEvent()
| void TextEdit::keyPressEvent |
( |
QKeyEvent * | e | ) |
|
|
protected |
Definition at line 585 of file photoDescEdit.cpp.
586{
587
588 if( e->key() == Qt::Key_Escape )
589 {
591 }
592
593 else if( (e->state() & Qt::ControlModifier) && e->key() == Qt::Key_A )
594 {
595 selectAll();
596 }
597 else
598 {
599 Q3TextEdit::keyPressEvent( e );
600 }
601}
References finished().
◆ paintNow()
| void TextEdit::paintNow |
( |
| ) |
|
◆ contextMenu
| Q3PopupMenu* TextEdit::contextMenu |
|
private |
The documentation for this class was generated from the following files: