If you want the combobox to be a child of the widget you create at line 119 then you should create it with that widget as its parent (as you do for the others at 122-124).
You should consider using a layout in the widget from line 119 rather than the absolute positioning you are doing now.
Bookmarks