18 #ifndef KLISTVIEWLINEEDIT_H
19 #define KLISTVIEWLINEEDIT_H
21 #include <klineedit.h>
22 #include <klistview.h>
35 TQListViewItem *currentItem()
const;
38 void done(TQListViewItem*,
int);
42 void load(TQListViewItem *i,
int c);
47 virtual void paintEvent(TQPaintEvent *e);
48 virtual bool event (TQEvent *pe);
51 void selectNextCell (TQListViewItem *pi,
int column,
bool forward);
52 void terminate(
bool commit);
58 void slotSelectionChanged();
61 void slotItemRemoved(TQListViewItem *i);
An enhanced TQLineEdit widget for inputting text.
virtual void focusOutEvent(TQFocusEvent *)
Re-implemented for internal reasons.
virtual void keyPressEvent(TQKeyEvent *)
Re-implemented for internal reasons.
the editor for a KListView.
This Widget extends the functionality of TQListView to honor the system wide settings for Single Clic...