mirror of https://github.com/cutefishos/calamares
[libcalamaresui] Introduce search method for QML UI modules
- add a sample config and documentation in dummyqml/main
parent
e6713d456c
commit
e7e66497d2
@ -0,0 +1,19 @@
|
|||||||
|
# The dummy QML module just displays a QML page. It doesn't
|
||||||
|
# have much in the way of own configuration, only where
|
||||||
|
# the QML file is searched.
|
||||||
|
#
|
||||||
|
# QML modules can search for the QML inside the Qt resources
|
||||||
|
# (QRC) which are compiled into the module, or in the branding
|
||||||
|
# setup for Calamares, (or both of them, with branding taking
|
||||||
|
# precedence). This allows the module to ship a default UI and
|
||||||
|
# branding to optionally introduce a replacement file.
|
||||||
|
#
|
||||||
|
# Generally, leave the search method set to "both" because if
|
||||||
|
# you don't want to brand the UI, just don't ship a branding
|
||||||
|
# QML file for it.
|
||||||
|
#
|
||||||
|
# To support instanced QML modules, searches in the branding
|
||||||
|
# directory look for the full module@instanceid name as well.
|
||||||
|
---
|
||||||
|
search: both
|
||||||
|
|
Loading…
Reference in New Issue