Fix: widget io qt6; closes #60
Simple fix for comboBox behaviour. In qt6 comboBox is threaded differently and has larger internal structure. I added switch to print_widget_hierarchy
and to export_config_to_dict
to exclude the internal widgets. This will ensure that the behaviour is same for qt5 and qt6.