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. qTableWidget is possible create without number ?
Forum Updated to NodeBB v4.3 + New Features

qTableWidget is possible create without number ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 186 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.
  • F Offline
    F Offline
    faustf
    wrote on 13 Sept 2022, 13:12 last edited by
    #1

    hi like title is possible create a Table widget with grid but without left number enumeration ? if yes have some example?? thanks again

    J 1 Reply Last reply 13 Sept 2022, 13:27
    0
    • F faustf
      13 Sept 2022, 13:12

      hi like title is possible create a Table widget with grid but without left number enumeration ? if yes have some example?? thanks again

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 13 Sept 2022, 13:27 last edited by
      #2

      @faustf Try

      ui->tableWidget->verticalHeader()->setVisible(false);
      

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

      1 Reply Last reply
      2
      • M Offline
        M Offline
        mpergand
        wrote on 13 Sept 2022, 13:28 last edited by mpergand
        #3

        table->verticalHeader()->hide();

        or unset verticalHeaderVisible in the Designer

        1 Reply Last reply
        2

        1/3

        13 Sept 2022, 13:12

        • Login

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