I’ve been recently making changes to qtFileItem to support updating the the values being displayed without rebuilding the entire widget. In the course of doing so I discovered several issues with the original class including:
- Component Labels not being properly displayed
- Extensible Values not being properly updated
- The ability of remembering previous values for items that have the file should exist option not working for number of required values > 1.
- There is a mechanism that if you provide file extensions it will display a combo showing the different extensions - this only works for Number of Required values == 1 - else the UI is incorrect.
So in addressing these issues I was wondering if folks still want the option of displaying previous values (using a combo box) when the file should exists option is set? And if the answer is yes - should the use of the combo box be optional?
And unless anyone is using it I would like to remove the file extension combobox