Commit a717da9b authored by Jeremy Katz's avatar Jeremy Katz
Browse files

Enable loading styles from multiple import paths


Import was previously allowed from two locations:
* qrc:/QtQuick/VirtualKeyboard/content/styles/
* The first import path containing
  QtQuick/VirtualKeyboard/Styles/

This prevents an application-supplied style outside of
these locations from being used, even if the style name is unique.

[ChangeLog] Added support for styles in any Qml import path
under the directory QtQuick/VirtualKeyboard/Styles/<style>

Change-Id: Ie6034709182f182efacb0317e49d095d51ced5a6
Reviewed-by: default avatarMitch Curtis <mitch.curtis@qt.io>
Showing with 162 additions and 6 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment