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. How to read from QListWidget and save the text in it in the form of string?
Forum Updated to NodeBB v4.3 + New Features

How to read from QListWidget and save the text in it in the form of string?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 254 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.
  • P Offline
    P Offline
    preddy
    wrote on last edited by
    #1

    I have a block in which a few lines are written. I want to read those lines into a string and display it.
    Can someone please help me with this.

    jsulmJ 1 Reply Last reply
    0
    • P preddy

      I have a block in which a few lines are written. I want to read those lines into a string and display it.
      Can someone please help me with this.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @preddy Iterate over items using https://doc.qt.io/qt-5/qlistwidget.html#item and take the text from each item using https://doc.qt.io/qt-5/qlistwidgetitem.html#text

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      4

      • Login

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