note:
the idea is to make imports like 'import controlsUit 1.0' to work
with 'styles-uit'/'controls-uit' it is not possible because of two reasons:
1. import controls-uit 1.0 is invalid syntax
2. qmldir inside controls-uit is 'module controlsUit'
note:
the idea is to make imports like 'import controlsUit 1.0' to work
with 'styles-uit'/'controls-uit' it is not possible because of two reasons:
1. import controls-uit 1.0 is invalid syntax
2. qmldir inside controls-uit is 'module controlsUit'
This ports the fix from FileDialog to TabletFileDialog.
* There appears to be 2 versions of this file:
* qml/dialogs/TabletFileDialog.qml
* qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
Testing the tablet within desktop mode works without this fix most
likely because it uses qml/hifi/tablet/tabletWindows/TabletFileDialog.qml
which didn't receive the same refactor pass via d3282a4e.
Tested on Vive: Menu -> Edit -> Import Entities
Changes Committed:
modified: interface/resources/qml/dialogs/TabletFileDialog.qml