<div dir="ltr"><div><div><div><div><div><div><div>Hi,<br><br></div>I have a drop down control panel with some slider widgets on it.<br><br></div>If I click into the spinbox, it should get the keyboard focus and the cursor should start blinking, but it does not. I can select the number by mouse, but cannot type anything into it.<br>

<br></div>If I place the control panel on an ordinary QWidget, all works fine.<br><br></div>I added an event filter to the line edit of the spin box to see if it gets the mouse pressed event. It does. But it does not get the FocusIn event. If I put the control panel an a QWidget, then the ctkDoubleSpinBox gets the FocusIn event.<br>

<br></div>Has anybody tried to use a ctkDoubleSpinBox or similar on a ctkPopUpWidget?<br><br></div>Any idea, why there the no FocusIn event is not emitted / received if the spinbox is on a popup widget, even if the mouse press event definitely arrives to the line edit?<br>

<br></div>Cheers,<br>Miklos<br><br></div>