Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Vertical Header In tableview Problem

    General and Desktop
    2
    2
    612
    Loading More Posts
    • 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.
    • A
      Asad last edited by

      Dear All,
      I am trying to resize the Vertical Header according to content.My table view is m_tableView.
      for this I am using the code:
      m_tableView->verticalHeader()->setSectionResizeMode(QHeaderView::ResizeToContents);
      but that is not working.
      I tried something other but that is a hook only.
      Please can anyone suggest a solution.
      Thanks.

      1 Reply Last reply Reply Quote 0
      • D
        DBoosalis last edited by

        Is it the width of the column you want to be bigger. If so you need to set this in the horizontal header(). And if not this, have you tried using a ItemDelegate and reimplementing the sizeHint

        1 Reply Last reply Reply Quote 0
        • First post
          Last post