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. void QTableWidget::setRowCount(int rows)
Forum Updated to NodeBB v4.3 + New Features

void QTableWidget::setRowCount(int rows)

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 311 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.
  • M Offline
    M Offline
    masayoshi
    wrote on last edited by
    #1

    I might only need 100 rows. Or I might need 200000 rows.
    How should I set rows? I should set more than 200000?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      set setRowCount to what you would expect.
      You can always raise or lower it.
      So really not that important from start.
      When you add a row, you can raise it.

      M 1 Reply Last reply
      3
      • mrjjM mrjj

        Hi
        set setRowCount to what you would expect.
        You can always raise or lower it.
        So really not that important from start.
        When you add a row, you can raise it.

        M Offline
        M Offline
        masayoshi
        wrote on last edited by
        #3

        thank you

        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