Author

Topic: Is there any good to edit the GUI interface of the wallet? use qt or ..? (Read 774 times)

hero member
Activity: 672
Merit: 508
LOTEO
how to edit the GUI interface of the wallet (windows version)? just like using visual studio or some other stuff t change the interface

It relies on the QT gui library. You can modify the code directly but I do not recommend that for changing the GUI because  using a GUI editor is much easier.  QT Creator is the standard tool for QT applications. Even if you use another wallet than core, I think most of the wallets rely on QT.


hero member
Activity: 910
Merit: 1000

I've also used the QT Creator - there's a project file in the Bitcoin repo you can open with QT and it's fairly simple. Otherwise you could compile the code everytime but the workflow for GUI isn't so great.
sr. member
Activity: 293
Merit: 251
Director - www.cubeform.io
You will want to use QT, if you have a recent version installed, it likely includes qt-creator, if not you can get qt-creator here:
http://download.qt.io/official_releases/qtcreator/3.4/3.4.0/qt-creator-opensource-windows-x86-3.4.0.exe

You will still need to know what your doing as far as editing qt interfaces and the linked code however so it will just give you GUI environment to work in. There are also a number of projects that are designed to support bitcoin in visual studio, if you use the search feature you can find them.
sr. member
Activity: 798
Merit: 253
how to edit the GUI interface of the wallet (windows version)? just like using visual studio or some other stuff t change the interface
Jump to: