Hello

in the main windows I use a text file to get the values for the QComboBox
but I also have slots that modify this same file
when I return to the main window the values don't changes
How can I proceed to update the values in the QComboBox

and thank you;