Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 1, 2024
1 parent 8d330a4 commit ad29203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
class MainWindow : public QMainWindow {
public:
MainWindow(QWidget *parent = nullptr) : QMainWindow{parent} {
setAttribute(Qt::WA_DeleteOnClose);
setAcceptDrops(true);
grabGesture(Qt::PinchGesture);
setMouseTracking(true);
};
private:
};
Expand Down

0 comments on commit ad29203

Please sign in to comment.