refactor: use default qml library paths

previous implementation stores data in share instead of lib (I guess, I
had issues with using default paths?). Let's use normal paths instead
This commit is contained in:
2024-03-31 15:17:50 +03:00
parent a35b57e5d2
commit ac52888b0d
18 changed files with 51 additions and 108 deletions

23
sources/qml/qmldir Normal file
View File

@ -0,0 +1,23 @@
# common QML constants
singleton General 1.0 General.qml
# custom QML UI classes
AboutTab AboutTab.qml
AWExtensions AWExtensions.qml
AWInfoLabel AWInfoLabel.qml
AWTagSelector AWTagSelector.qml
AWTextEditor AWTextEditor.qml
BugReport BugReport.qml
ButtonSelector ButtonSelector.qml
CheckBoxSelector CheckBoxSelector.qml
ColorSelector ColorSelector.qml
ComboBoxSelector ComboBoxSelector.qml
ExportDialog ExportDialog.qml
FontSelector FontSelector.qml
HtmlDefaultFunctionsBar HtmlDefaultFunctionsBar.qml
HtmlEditorButton HtmlEditorButton.qml
HtmlEditorColor HtmlEditorColor.qml
HtmlEditorFont HtmlEditorFont.qml
ImportDialog ImportDialog.qml
IntegerSelector IntegerSelector.qml
LineSelector LineSelector.qml