Apply Android swipe feature to QTabWidgets in Qt Console Application
Unsolved
Mobile and Embedded
-
Is it possible to switch between tabs not by clicking on them in the tab bar but with a swipe method?
I have a QTabWidget which consists of custom-class tabs. I ported the Qt console application to my Android phone (Android 6.0) with Qt 5.8 for Android's androiddeployqt tool.
Would it work if I add some modifications to the AndroidManifest.xml file which I created using Projects > Build & Run > Build Android APK > Create Templates?
Is it generally possible to use features provided by Android in QtCreator?
Thank you for your time!