Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. ComboBox Misbehaving When we give the id for PopUp

ComboBox Misbehaving When we give the id for PopUp

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 120 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.
  • L Offline
    L Offline
    Lakshminarayana
    wrote on last edited by
    #1

    I created a Custom ComboBox as below
    ComboBox {
    id: control
    ...
    popup: PopUp {
    id: somename
    ...
    }
    }

    from Custom ComboBox, again i created one more ColorComboBox.
    in this ColorComboBox, i given the contentItem as GridView to show the items in grid view. When i hover the mouse on items, they are vanishing. But when i remove the id property in Custom ComboBox, it is working fine. I'm not understanding reason behind this. Can any one please help me to understand this.

    Note: The issue happening in only Qt 5.15.0

    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