virtual void dragMoveEvent(QDragMoveEvent* event);
virtual void dropEvent(QDropEvent* event);
virtual void paintEvent(QPaintEvent* event);
+ virtual void keyPressEvent(QKeyEvent* event);
+ virtual void resizeEvent(QResizeEvent* event);
private slots:
/**
*/
void slotItemActivated(const QModelIndex& index);
+ /**
+ * Opens a context menu at the position \a pos and allows to
+ * configure the visibility of the header columns.
+ */
+ void configureColumns(const QPoint& pos);
+
private:
bool isZoomInPossible() const;
bool isZoomOutPossible() const;