mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile-widgets/qml: add TemplateButton
Do "git mv SsrfButton TemplateButton", and search/replace all uses. The general idea of the templates are to secure common layout, but also to isolate the Kirigami parts (slowly) in the templates. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
fb7920ef58
commit
3aa43f3ea5
8 changed files with 24 additions and 24 deletions
|
@ -1,6 +1,7 @@
|
|||
<RCC>
|
||||
<qresource prefix="/qml">
|
||||
<!-- ********** Templates ********** -->
|
||||
<file>TemplateButton.qml</file>
|
||||
<file>TemplateCheckBox.qml</file>
|
||||
<file>TemplateComboBox.qml</file>
|
||||
<file>TemplateLabel.qml</file>
|
||||
|
@ -36,7 +37,6 @@
|
|||
<file>CopySettings.qml</file>
|
||||
<file>ThemeTest.qml</file>
|
||||
<file>StartPage.qml</file>
|
||||
<file>SsrfButton.qml</file>
|
||||
<file>SsrfCheckBox.qml</file>
|
||||
<file>SsrfSwitch.qml</file>
|
||||
<file>SsrfTextField.qml</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue