diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-16 22:29:30 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-16 22:29:30 +0800 |
| commit | 4fcdeafdff1241ff598b7695283f3c44680888df (patch) | |
| tree | 6c0b1802961b85645e969b21a5b09c6264920f30 /Bootstrap.qrc | |
| parent | 7d0960bbdced8398bc3cec36e5d15e1c31b54f4d (diff) | |
Bootstrap button primary impl & its use in SignIn
Diffstat (limited to 'Bootstrap.qrc')
| -rw-r--r-- | Bootstrap.qrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Bootstrap.qrc b/Bootstrap.qrc index 5bfd58c..5eaf642 100644 --- a/Bootstrap.qrc +++ b/Bootstrap.qrc @@ -1,5 +1,8 @@ -<RCC> +<!DOCTYPE RCC><RCC version="1.0"> <qresource prefix="qeduport"> + <file>imports/Bootstrap/Bootstrap.qml</file> + <file>imports/Bootstrap/qmldir</file> + <file>Bootstrap/Button/Primary.ui.qml</file> <file>Bootstrap/icons/patch-check-fill.svg</file> <file>Bootstrap/icons/envelope-fill.svg</file> </qresource> |