Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QList<QString> not showing contents in locals window

QList<QString> not showing contents in locals window

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
1 Posts 1 Posters 205 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.
  • B Offline
    B Offline
    barbara.roman
    wrote on last edited by
    #1

    In Qt Creator, when stopped at a break point, if I expand a QList of QString in the locals window, I can't see the contents of the QStrings in the list. If I have a single QString, I can see its contents. If I have a struct that contains QStrings, I can see the values.

    Is there a setting somewhere to see the QString values when they are in a QList?

    I'm using Qt Creator v. 4.12.4, Qt 5.12.4, MSVC2017 64bit2, CDB debugger

    I searched Qt docs, this forum and Stack Overflow to no avail, but I'm guessing it's a standard setting somewhere. I think it used to work on an earlier version of Creator and/or earlier Qt version.

    Thanks.

    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