diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-24 21:29:30 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-26 01:39:26 +0900 |
commit | 4bcbe8e3a0f517a528e9fcb6cb449f9a41237240 (patch) | |
tree | f4dddb59a2039a9386d9e2228e86c9a5dd8e1fa6 /mobile-widgets/qml/mobile-resources.qrc | |
parent | ae33422ede3ec5671d2964de0e2fbcadba43b61b (diff) | |
download | subsurface-4bcbe8e3a0f517a528e9fcb6cb449f9a41237240.tar.gz |
QML UI: add our own styled button
Add out own styled button as resource.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'mobile-widgets/qml/mobile-resources.qrc')
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 30c0830be..d3263c7d3 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -24,6 +24,7 @@ <file alias="nocloud.svg">icons/nocloud.svg</file> <file>SsrfSwitch.qml</file> <file>SsrfCheckBox.qml</file> + <file>SsrfButton.qml</file> </qresource> <qresource prefix="/"> <file>qtquickcontrols2.conf</file> |