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. Problem with Frozen Table Column example
Forum Updated to NodeBB v4.3 + New Features

Problem with Frozen Table Column example

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 470 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.
  • J Offline
    J Offline
    jmalicke
    wrote on last edited by
    #1

    There is an issue with the frozen column example here: http://qt-project.org/doc/qt-4.8/ite...zencolumn.html

    When you double click a frozen column cell to edit it, the editor delegate appears on the screen as expected.

    When you have a frozen column cell selected, and begin typing to edit the cell, the editor delegate never appears. Instead, the delegate for the (hidden) table underneath the frozen table is used, which means that an editing widget is never displayed on the screen as it is hiding behind the frozen table. This is inconsistent with how cells are supposed to appear when being edited.

    How can the example be modified to have the proper delegate shown when the user beings typing on a frozen cell?

    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