Qt Forum

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

    Solved Select Text in TextEdit which is inside a flickable

    QML and Qt Quick
    1
    2
    118
    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.
    • M
      maxwell31 last edited by

      Hi,

      I need to display a many lines of commands in an application. I thought I would use a TextEdit, and in order to scroll through the lines I put the TextEdit into a Flickable. However, I find, that it is not possible to select text (for copying it to clipboard) if the TextEdit resides inside a Flickable. Is there a workaround?

      1 Reply Last reply Reply Quote 0
      • M
        maxwell31 last edited by

        I should have used a ScrollView instead of Flickable. With ScrollView it works fine.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post