Quote:
Originally Posted by kovidgoyal
@chaley: Thanks to the dynamic nature of python, maintaining compatibility is easy. We just create a dummy object that exposes the same API (a minimal subset) as the current combobox object and get the actual restriction from the new code.
|
Yea, had figured that out. For the moment I am maintaining the actual QComboBox, simply not displaying it anywhere. Later, if we want, we can reduce it to something smaller.