mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
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:
23
sources/qml/qmldir
Normal file
23
sources/qml/qmldir
Normal 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
|
Reference in New Issue
Block a user