Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QTextDocument scrolling

    General and Desktop
    1
    1
    581
    Loading More Posts
    • 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
      Talei last edited by

      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 Reply Quote 0
      • First post
        Last post