Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. Extension the views (Table / Tree)
QtWS25 Last Chance

Extension the views (Table / Tree)

Scheduled Pinned Locked Moved Brainstorm
3 Posts 3 Posters 3.6k 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.
  • G Offline
    G Offline
    giesbert
    wrote on last edited by
    #1

    Hi,

    I think it would be a good extension to QTreeView and QTableView to fix (freez) som rows / columns so they are not scrolled. I saw a sollution with two tables to ensure that, but thats a workaround from my point of view. This feature can be very helpful, e.g. if you want to have som staff like auto filters (like in excel) that should be always visible.
    But this feature would need to be implemented in the base classes and can't be added by derived classes (afaik).

    What do you think. Is this really helpful or am I just silly :-))

    Nokia Certified Qt Specialist.
    Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      I agree that this feature is very helpful for somebody wanting to implement a spreadsheet, but it is really not needed for the vast majority of developers that just want to display a table containing some data. Should those pay (in library size and maybe even implementation overhead) for a feature a couple of users need?

      There are great tableviews with advanced functionality like freezing, cells spanning multiple rows/columns, etc. available from third party developers. I think that is a good compromise between ease of use for spreadsheet developers and normal guys like me:-)

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        I agree with Tobias above: this seems to be the territory for third party widget providers.

        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