Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.42 KB

Crypto Swap Concept

Crypto swap concept based on Qt Quick Technology.

  • The purpose of this project is to develop a design using Qt Quick technology.

Template

Building

  • You need CMake tool for building source code
  • CMake 3.23 or higher is required.

Icons

  • Due to the commercial of the fonts, we have not included it in the source list. So to merge the icons into the path of the FontSystem.qml file, use the Pro version of FontAwesome for yourself.
cd build
cmake ..
make
./CryptoSwap

#Demo

CryptoSwapModule-QtQuick.mp4

Crypto-Swap-03-w Crypto-Swap-02-w Crypto-Swap-01-w Crypto-Swap-w

How to sync project from template source?

  • This feature is embedded in the project as Git Action.

TOOD

  • Maybe some new features.

Contribution