Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QTextDocument scrolling

QTextDocument scrolling

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 690 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.
  • T Offline
    T Offline
    Talei
    wrote on last edited by
    #1

    Hello,
    I want to implement scroll for the QTextDocument and I would like to ask how should I go about doing that?
    This is for QGraphicsTextItem so i.e. I can set height for the scene item and scroll text so if document contains many text only small (height) portion of this text is visible.

    I know that I need to reimplement paint event for QGraphicsTextItem and in that event I need use QAbstractTextDocumentLayout to actually draw a text setting cliping.
    Maybe there is a better / faster approach?

    Any idea are more then welcome.

    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