hi!
I have two comboboxes:
The first one is Language (English, Italian, French...) and the second one is another list of stuff that is different for every language (or a little bit different) so the content must be loaded every time the language is changed.
How can I handle it?
Example:
If I select English, in the second combobox I have: Red/Purple/Black If I change to Greek, I have: Red/Purple or Red/Pink...
I am using Qt Designer, and I have two Comboboxes with all the possible Items in both of them.
Regards.