fix: Delete gui gestures in MainWindow.
This commit is contained in:
@@ -31,7 +31,7 @@ public:
|
||||
void centerWidgetHide();
|
||||
void centerWidgetShow();
|
||||
void requestScreenSaver();
|
||||
void grabGestures(const QList<Qt::GestureType>& aGestures);
|
||||
//void grabGestures(const QList<Qt::GestureType>& aGestures);
|
||||
|
||||
public slots:
|
||||
void requestLogin();
|
||||
@@ -40,16 +40,16 @@ public slots:
|
||||
|
||||
protected:
|
||||
void changeEvent(QEvent* aEvent) override;
|
||||
bool event(QEvent* aEvent) override;
|
||||
// bool event(QEvent* aEvent) override;
|
||||
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
private:
|
||||
void initializeTabWidget();
|
||||
void initializeLayout();
|
||||
bool gestureEvent(QGestureEvent* aGestureEvent);
|
||||
void swipeTriggered(QSwipeGesture* aSwipeGesture);
|
||||
void panTriggered(QPanGesture* aPanGesture);
|
||||
// bool gestureEvent(QGestureEvent* aGestureEvent);
|
||||
// void swipeTriggered(QSwipeGesture* aSwipeGesture);
|
||||
// void panTriggered(QPanGesture* aPanGesture);
|
||||
void loadStyleSheet(const QString& aSheetName);
|
||||
void showShutdownWidget();
|
||||
void processShutdownDmsFailed();
|
||||
|
||||
Reference in New Issue
Block a user