Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QTextBrowser scroll in android
Forum Updated to NodeBB v4.3 + New Features

QTextBrowser scroll in android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 230 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    e2002e
    wrote on last edited by
    #1

    Hello, Is there a way to scroll through the textbrowser without the scrollbar on Android, instead getting the swipe from anywhere on the textBrowser ?

    M 1 Reply Last reply
    0
    • E e2002e

      Hello, Is there a way to scroll through the textbrowser without the scrollbar on Android, instead getting the swipe from anywhere on the textBrowser ?

      M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      There is, sort of, as it takes some work.

      You can derive your own class from QTextBrowser, grab its events, including gestures, and based on those, set the scrollbar's position.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved