Now I think I know what was going on:
I had added a "drawing widget" to the layout of the window programmatically. I created it from a class derived from QLabel so as to draw on, with extra methods, then I added it to the layout programmatically.
I did not think that I could use widgets derived from classes with QtDesigner. I still dont know.
on the other hand the combo box was drawn with QtDesigner, with no consideration for the layout. Yes that's not respectful.
Probably the "drawing label" widget was taking up the whole screen and the combobox was being masked. Now I'm adding the combobox by program, but it appears to the side of the label, halfway between the top and the bottom of the window, which is not ideal. At least it is responding.
Bookmarks