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. Do not draw a QTableView
QtWS25 Last Chance

Do not draw a QTableView

Scheduled Pinned Locked Moved Unsolved General and Desktop
qtableviewc++ qt
3 Posts 2 Posters 619 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.
  • D Offline
    D Offline
    dima_slon
    wrote on 1 Aug 2018, 06:49 last edited by dima_slon 8 Jan 2018, 06:50
    #1
    This post is deleted!
    J 1 Reply Last reply 1 Aug 2018, 07:01
    0
    • D dima_slon
      1 Aug 2018, 06:49

      This post is deleted!

      J Online
      J Online
      JonB
      wrote on 1 Aug 2018, 07:01 last edited by
      #2

      @dima_slon
      I may be misunderstanding, but I do not see where you are actually adding your text into the table in insertComponent()?

      this->insertRows(this->rowCount(), 1);
      

      This adds a new, blank row at the end of the table model. But you do not set that row to hold your component/text?

      D 1 Reply Last reply 1 Aug 2018, 07:05
      0
      • J JonB
        1 Aug 2018, 07:01

        @dima_slon
        I may be misunderstanding, but I do not see where you are actually adding your text into the table in insertComponent()?

        this->insertRows(this->rowCount(), 1);
        

        This adds a new, blank row at the end of the table model. But you do not set that row to hold your component/text?

        D Offline
        D Offline
        dima_slon
        wrote on 1 Aug 2018, 07:05 last edited by
        #3

        @JonB This adds a new, blank row at the end of the table model. But you do not set that row to hold your component / text?
        How to do it? I did not correctly understand what this function does, so if it's not hard for you. You can suggest how to insert text in the first free cell

        1 Reply Last reply
        0

        3/3

        1 Aug 2018, 07:05

        • Login

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