From 7a94c109e6805b35150522b6714f04e63d751888 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Thu, 29 Sep 2022 17:53:56 +0300 Subject: Remove disabled sensor gesture code Support for sensor gestures in their then-current form was removed in Qt 6 (QTBUG-95747). This commit removes the disabled code. This is to avoid distraction when keeping the repository up-to-date with rest of Qt. The gestures may be reintroduced in some shape or form in the future (QTBUG-97066). For those reference purposes the old code can be found in the git history. Fixes: QTBUG-107065 Change-Id: If2c50171f84d483dde55600422d138d550124bdc Reviewed-by: Lorn Potter --- examples/sensors/sensorgestures/mainwindow.ui | 84 --------------------------- 1 file changed, 84 deletions(-) delete mode 100644 examples/sensors/sensorgestures/mainwindow.ui (limited to 'examples/sensors/sensorgestures/mainwindow.ui') diff --git a/examples/sensors/sensorgestures/mainwindow.ui b/examples/sensors/sensorgestures/mainwindow.ui deleted file mode 100644 index baccf98c..00000000 --- a/examples/sensors/sensorgestures/mainwindow.ui +++ /dev/null @@ -1,84 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 423 - 474 - - - - MainWindow - - - - - - - - Gesture Recognizer Id - - - - - - - - Start - - - - - - - Stop - - - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;"> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"></p></body></html> - - - - - - - Clear - - - - - - - - - 0 - 0 - 423 - 22 - - - - - - TopToolBarArea - - - false - - - - - - - - -- cgit v1.2.3