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. Debugging QComboBox delegate freezes System

Debugging QComboBox delegate freezes System

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 93 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.
  • gde23G Offline
    gde23G Offline
    gde23
    wrote on last edited by
    #1

    Hello, I have following problem:
    There is a QTreeView that has some delegates set. One of them is a QWidget with some other stuff and a QComboBox on it.
    I've connected QComboBox::currentIndexChanged to submit editor data to the model.
    Now the problem is, that when I am debugging and the debugger runs into a breakpoint after the QComboBox has been set to a new value my system freezes.
    OS is Debian 10 with KDE and Qt is 5.14.2.
    Its not completely frozen, so I can restart X by Ctrl+Alt+Print+K, but that is all I can do at this point.

    The problem only occurs with the QComboBox, for other delegates everything works normally, so I guess it has to do with the focus staying on the Menu which gets closed or something like that? Any Ideas what could be the reason?

    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