diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-08 21:40:52 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-08 21:40:52 +0800 |
commit | d6294f4f8f61ebbf525c4710dd9fe48c40ef9aee (patch) | |
tree | be51a6cdb1835749e951a88d3f8a46f0a3262840 | |
parent | 5f02b860455ee90d753c83065f9bbfa01ef964d4 (diff) |
Style resource to be included
for the incoming use of Bootstrap style
-rw-r--r-- | qtquickcontrols2.conf | 7 | ||||
-rw-r--r-- | style.qrc | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/qtquickcontrols2.conf b/qtquickcontrols2.conf new file mode 100644 index 0000000..e46b820 --- /dev/null +++ b/qtquickcontrols2.conf @@ -0,0 +1,7 @@ +[Controls] +Style = Bootstrap + +[Bootstrap] +BodyColors = ["#747579", "#a1a1a8"] +BodyBgs = ["#fff", "#222529"] +BorderColors = ["#eff1f2", "#12ffffff"] diff --git a/style.qrc b/style.qrc new file mode 100644 index 0000000..cd730e8 --- /dev/null +++ b/style.qrc @@ -0,0 +1,5 @@ +<!DOCTYPE RCC><RCC version="1.0"> + <qresource prefix="/"> + <file>qtquickcontrols2.conf</file> + </qresource> +</RCC> |