Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. swipe
    Log in to post

    • UNSOLVED left corner swipe brings left nav. how?
      Mobile and Embedded • android navigation swipe qtcreator 4.9.1 • • Ricardos  

      2
      0
      Votes
      2
      Posts
      128
      Views

      Hi I dont know the answer but i was wondering if QWidgets or QML ?
    • SOLVED Disabling swipe for QWebEngineView
      QML and Qt Quick • qml qt quick webengineview swipeview swipe • • Phoenox  

      2
      0
      Votes
      2
      Posts
      1809
      Views

      First a note that SwipeView and its base type Container have gained some new members in Qt Quick Controls 2.1 in the upcoming Qt 5.8. These will help with your tasks: SwipeView::interactive Container::incrementCurrentIndex() Container::decrementCurrentIndex() For the time being, you could add the following binding as a temporary workaround until you will be able to use the new public interactive property: Binding { property: "interactive" target: swipeView.contentItem value: swipeView.currentIndex !== indexOfWebEngineView }
    • UNSOLVED QML & touchscreen gestures
      QML and Qt Quick • gesture swipe • • morte  

      1
      0
      Votes
      1
      Posts
      554
      Views

      No one has replied

    • UNSOLVED Qt Swipe Gesture not working
      General and Desktop • gestures gesture swipe qgestureevent • • Jari  

      14
      0
      Votes
      14
      Posts
      10433
      Views

      @QTUserForAndroid This should help to 'mark as solved' and other forum inquiries: https://forum.qt.io/topic/62700/hitchhiker-s-visual-guide-to-the-qt-forum
    • QGestureEvent management
      General and Desktop • qt5.4 gestures swipe qgestureevent • • ilgale  

      1
      0
      Votes
      1
      Posts
      566
      Views

      No one has replied