32 #ifndef pqExpandableTableView_h 33 #define pqExpandableTableView_h 36 #include "pqWidgetsModule.h" 59 void editPastLastRow();
64 virtual QModelIndex moveCursor(
65 CursorAction cursorAction, Qt::KeyboardModifiers modifiers);
70 virtual void closeEditor(
71 QWidget *editor, QAbstractItemDelegate::EndEditHint hint);
74 virtual void keyPressEvent(QKeyEvent * event);
78 bool MoveToNextEditableItem;
pqTableView extends QTableView (in the spirit of pqTableView) to resize the view vertically to fit co...
pqExpandableTableView extends pqTableView to add support for the following features: ...