Skip to content

Commit

Permalink
Merge pull request #11 from OleksandrBlack/master
Browse files Browse the repository at this point in the history
Themability
  • Loading branch information
FairExchange authored Sep 26, 2019
2 parents e8696c9 + 5e0a57c commit ce6f462
Show file tree
Hide file tree
Showing 23 changed files with 2,633 additions and 503 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
safecoinwallet desktop wallet for Safecoin ($SAFE) that runs on Linux, Windows and macOS.


![Screenshots](safecoinwallet.png?raw=true)
# Installation

Expand Down
16 changes: 16 additions & 0 deletions application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,20 @@
<file>res/safe_qt_wallet_uk.qm</file>
<file>res/safe_qt_wallet_tr.qm</file>
</qresource>
<qresource prefix="/css">
<file>res/css/blue.css</file>
<file>res/css/dark.css</file>
<file>res/css/default.css</file>
<file>res/css/light.css</file>
</qresource>
<qresource prefix="/images/blue">
<file>res/images/blue/unchecked.png</file>
<file>res/images/blue/checked.png</file>
<file>res/images/blue/blue_downArrow.png</file>
<file>res/images/blue/blue_downArrow_small.png</file>
<file>res/images/blue/blue_upArrow_small.png</file>
<file>res/images/blue/blue_leftArrow_small.png</file>
<file>res/images/blue/blue_rightArrow_small.png</file>
<file>res/images/blue/blue_qtreeview_selected.png</file>
</qresource>
</RCC>
Loading

0 comments on commit ce6f462

Please sign in to comment.