Search field in icon view is now case-insensitive
Added "toLower()" to the QString inside searchChanged to always pass the pattern case-insensitive.
To take into account the case insensitivity set in MenuProxyModel, the matchText with the pattern is checked as QRegExp
within MenuProxyModel::flags()
.
The search in icon mode now shows the desired options (like in module mode.)
Edited by Noah Colberg