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. Hide QHeaderView Section Numbers

Hide QHeaderView Section Numbers

Scheduled Pinned Locked Moved Unsolved General and Desktop
qjeaderview
3 Posts 2 Posters 757 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.
  • yxleeY Offline
    yxleeY Offline
    yxlee
    wrote on last edited by
    #1

    Is there a way to hide the QHeaderView section numbers? I wanna keep the section body
    but not the numbers on them.

    raven-worxR 1 Reply Last reply
    0
    • yxleeY yxlee

      Is there a way to hide the QHeaderView section numbers? I wanna keep the section body
      but not the numbers on them.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @yxlee
      The numbers come from the model's headerData() method.
      You can overrride it and return an empty QVariant for Qt::DisplayRole

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      yxleeY 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @yxlee
        The numbers come from the model's headerData() method.
        You can overrride it and return an empty QVariant for Qt::DisplayRole

        yxleeY Offline
        yxleeY Offline
        yxlee
        wrote on last edited by
        #3

        @raven-worx
        Thanx alot. Great help....

        yxlee.

        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