mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Start to make it possible to move columns around
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
325f47c8d8
commit
fd41ff4ab9
2 changed files with 22 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ class ColumnDropCSVView : public QTableView {
|
|||
public:
|
||||
ColumnDropCSVView(QWidget *parent);
|
||||
protected:
|
||||
void mousePressEvent(QMouseEvent *press);
|
||||
void dragLeaveEvent(QDragLeaveEvent *leave);
|
||||
void dragEnterEvent(QDragEnterEvent *event);
|
||||
void dragMoveEvent(QDragMoveEvent *event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue