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. Making a pop-over editor in QItemDelegate?
Forum Updated to NodeBB v4.3 + New Features

Making a pop-over editor in QItemDelegate?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 612 Views 2 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.
  • P Offline
    P Offline
    patrickkidd
    wrote on last edited by
    #1

    Hi there! Is it possible to make an editor that pops out over the other cells in a table with QItemDelegate? I want to do something like Apple's date editor.

    Thanks!

    0_1523157120663_2018-04-07_20-07-08.jpg

    https://alaskafamilysystems.com/

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

      Hi
      Yes as far as i know you can also use Dialogs and other windows types.
      However, if you use a floating type ( non blocking) you might need to use
      event filter to detect click outside so you can close it. ( as QCombobox does )

      P 1 Reply Last reply
      1
      • mrjjM mrjj

        Hi
        Yes as far as i know you can also use Dialogs and other windows types.
        However, if you use a floating type ( non blocking) you might need to use
        event filter to detect click outside so you can close it. ( as QCombobox does )

        P Offline
        P Offline
        patrickkidd
        wrote on last edited by
        #3

        @mrjj Very helpful answer, thank you.

        https://alaskafamilysystems.com/

        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