peerplays_migrated/programs/light_client
Nathan Hourt 03e16afdb2 [GUI] Progress circa wallet and keys
- Fixes to wallet
- Open or create wallet on startup
- Add support for importing keys
- Show user what level of ownership they have over accounts
2015-07-29 15:50:18 -04:00
..
qml [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
Account.cpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
Account.hpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
Asset.cpp [GUI] Early work on visualizing a transaction 2015-07-27 16:59:55 -04:00
Asset.hpp [GUI] Early work on visualizing a transaction 2015-07-27 16:59:55 -04:00
Balance.cpp [GUI] Break up ClientDataModel.{c,h}pp into many files 2015-07-22 11:10:52 -04:00
Balance.hpp [GUI] Break up ClientDataModel.{c,h}pp into many files 2015-07-22 11:10:52 -04:00
BoostMultiIndex.hpp Add missing header 2015-07-22 14:56:02 -04:00
ChainDataModel.cpp [GUI] Remove broken toQstring function 2015-07-24 13:57:51 -04:00
ChainDataModel.hpp [GUI] Break up ClientDataModel.{c,h}pp into many files 2015-07-22 11:10:52 -04:00
CMakeLists.txt [GUI] Initial work on Transaction type 2015-07-22 17:43:54 -04:00
GrapheneApplication.cpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
GrapheneApplication.hpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
GrapheneObject.cpp Fixes 2015-07-22 13:17:49 -04:00
GrapheneObject.hpp [GUI] Remove broken toQstring function 2015-07-24 13:57:51 -04:00
main.cpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
Operations.cpp [GUI] More work to support transactions 2015-07-27 16:01:22 -04:00
Operations.hpp [GUI] More work to support transactions 2015-07-27 16:01:22 -04:00
README.md [GUI] Fix CMake error, add README.md 2015-07-14 13:06:32 -04:00
Transaction.cpp [GUI] More work to support transactions 2015-07-27 16:01:22 -04:00
Transaction.hpp [GUI] More work to support transactions 2015-07-27 16:01:22 -04:00
Wallet.cpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00
Wallet.hpp [GUI] Progress circa wallet and keys 2015-07-29 15:50:18 -04:00

== Graphene Client GUI ==

This is a Qt-based native GUI client for Graphene blockchains.

To build this GUI, run cmake with -DBUILD_QT_GUI=ON

This GUI depends on Qt 5.5 or later. If you do not have Qt 5.5 installed in the canonical location on your OS (or if your OS does not have a canonical location for libraries), you can specify the Qt path by running cmake with -DCMAKE_PREFIX_PATH=/path/to/Qt/5.5/gcc_64 as appropriate for your environment.