Changeset View
Changeset View
Standalone View
Standalone View
secqlineedit.h
| Context not available. | |||||
| void focusOutEvent( QFocusEvent * ); | void focusOutEvent( QFocusEvent * ); | ||||
| void resizeEvent( QResizeEvent * ); | void resizeEvent( QResizeEvent * ); | ||||
| void drawContents( QPainter * ); | void drawContents( QPainter * ); | ||||
| void contextMenuEvent( QContextMenuEvent * ); | |||||
| virtual QPopupMenu *createPopupMenu(); | |||||
| void windowActivationChange( bool ); | void windowActivationChange( bool ); | ||||
| #ifndef QT_NO_COMPAT | #ifndef QT_NO_COMPAT | ||||
| void repaintArea( int, int ) { update(); } | void repaintArea( int, int ) { update(); } | ||||
| Context not available. | |||||