Ubuntu – What’s the difference between OptionSelector and ItemSelector

application-developmentqmlubuntu-sdk

When writing an app for Ubuntu, it seems I can interchangeably use the ItemSelector or OptionSelector components.

In which situation should I use each one of those? What's their main difference that grants for two separate components?

Best Answer

After having a chat with designers and SDK developers, it seems that the plan moving forward is to deprecate OptionSelector, and in general embedding UbuntuShapes in controls.

I understand that there is no particular reason for having both components, as they have overlapping functionality. So the recommendation is to use ItemSelector for now.