diff options
author | Blaine | 2020-06-20 03:10:28 +0530 |
---|---|---|
committer | Blaine | 2020-06-20 03:10:28 +0530 |
commit | d6946c9a3659eae563e33b3d5ac3aa026cf5b75a (patch) | |
tree | 2e3841a9355cfc106cfcd77ca7e3b364a2ca909d /src/main/ui | |
parent | 85e80194d39f8059f90da32ffba2760a46db56a8 (diff) | |
download | Chemical-PFD-d6946c9a3659eae563e33b3d5ac3aa026cf5b75a.tar.gz Chemical-PFD-d6946c9a3659eae563e33b3d5ac3aa026cf5b75a.tar.bz2 Chemical-PFD-d6946c9a3659eae563e33b3d5ac3aa026cf5b75a.zip |
use Qresource to implement close icon
Diffstat (limited to 'src/main/ui')
-rw-r--r-- | src/main/ui/close.png | bin | 0 -> 255 bytes | |||
-rw-r--r-- | src/main/ui/resources.rcc | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/main/ui/close.png b/src/main/ui/close.png Binary files differnew file mode 100644 index 0000000..8771a0b --- /dev/null +++ b/src/main/ui/close.png diff --git a/src/main/ui/resources.rcc b/src/main/ui/resources.rcc new file mode 100644 index 0000000..b7dcdfc --- /dev/null +++ b/src/main/ui/resources.rcc @@ -0,0 +1,5 @@ +<RCC> + <qresource> + <file alias="closeIcon">close.png</file> + </qresource> +</RCC> |