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 row and column description in QTableWidget
Forum Updated to NodeBB v4.3 + New Features

Hide row and column description in QTableWidget

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 508 Views 1 Watching
  • 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.
  • C Offline
    C Offline
    column
    wrote on last edited by column
    #1

    Hello,

    Is it possible to hide row and column description bars in QTableWidget. Hot to do that?

    ![alt text](0_1524642333302_afe8c4bf-e1d6-4542-8ba1-1927851853e5-image.png image url)

    Venkatesh VV 1 Reply Last reply
    0
    • C column

      Hello,

      Is it possible to hide row and column description bars in QTableWidget. Hot to do that?

      ![alt text](0_1524642333302_afe8c4bf-e1d6-4542-8ba1-1927851853e5-image.png image url)

      Venkatesh VV Offline
      Venkatesh VV Offline
      Venkatesh V
      wrote on last edited by
      #2

      @column

      Hi,

      Try this,

      TableWidget->horizontalHeader()->hide();
      TableWidget->verticalHeader()->hide();

      1 Reply Last reply
      5

      • Login

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