bitcoin/src/qt
Wladimir J. van der Laan 6f5372a171
Merge #13961: util: Replace boost::signals2 with std::function
ddddce0e46 util: Replace boost::signals2 with std::function (MarcoFalke)

Pull request description:

  This removes the `#include <boost/signals2/signal.hpp>` from `util.h` (hopefully speeding up the build time and reducing the memory usage further after  #13634)

  The whole translation interface is replaced by a function `G_TRANSLATION_FUN` that is set to nullptr in units that don't need translation. (Thus only set in the gui)

Tree-SHA512: 087c717358bbed8bdb409463e225239d667f1ced381abb10e7cd31a41dcdd2cebe20b43c2ee86f0f8e55d53301f75e963f07421a99a7ff4c0cad2c6a375c5ab1
2018-08-25 21:13:46 +02:00
..
forms Merge #13043: [qt] OptionsDialog: add prune setting 2018-06-11 14:21:24 +02:00
locale qt: Translations update before 0.17 branch 2018-08-13 11:00:17 +02:00
res Add "export LC_ALL=C" to all shell scripts 2018-06-14 15:27:52 +02:00
test qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
addressbookpage.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
addressbookpage.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
addresstablemodel.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
addresstablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
askpassphrasedialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
askpassphrasedialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bantablemodel.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bantablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoin.cpp Merge #13961: util: Replace boost::signals2 with std::function 2018-08-25 21:13:46 +02:00
bitcoin.qrc [gui] Add proxy icon in statusbar 2018-05-15 23:23:56 +03:00
bitcoin_locale.qrc qt: periodic translations update 2017-01-10 12:52:02 +01:00
bitcoinaddressvalidator.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoinaddressvalidator.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
bitcoinamountfield.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
bitcoinamountfield.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoingui.cpp Merge #13961: util: Replace boost::signals2 with std::function 2018-08-25 21:13:46 +02:00
bitcoingui.h qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
bitcoinstrings.cpp qt: Translations update before 0.17 branch 2018-08-13 11:00:17 +02:00
bitcoinunits.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
bitcoinunits.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
callback.h Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00
clientmodel.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
clientmodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontroldialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
coincontroldialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontroltreewidget.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
coincontroltreewidget.h Bump copyright headers to 2014 2016-01-05 21:01:39 +01:00
csvmodelwriter.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
csvmodelwriter.h Bump copyright headers to 2014 2016-01-05 21:01:39 +01:00
editaddressdialog.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
editaddressdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
guiconstants.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
guiutil.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
guiutil.h Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
intro.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
intro.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
macdockiconhandler.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
macdockiconhandler.mm scripted-diff: Remove trailing whitespaces 2018-07-24 20:46:23 +01:00
macnotificationhandler.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
macnotificationhandler.mm scripted-diff: Remove trailing whitespaces 2018-07-24 20:46:23 +01:00
Makefile
modaloverlay.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
modaloverlay.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
networkstyle.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
networkstyle.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
notificator.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
notificator.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
openuridialog.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
openuridialog.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
optionsdialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
optionsdialog.h Merge #13248: [gui] Make proxy icon from statusbar clickable 2018-08-20 13:40:11 +02:00
optionsmodel.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
optionsmodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
overviewpage.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
overviewpage.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
paymentrequest.proto Specify Protobuf version 2 in paymentrequest.proto 2016-09-16 11:45:08 +08:00
paymentrequestplus.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
paymentrequestplus.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
paymentserver.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
paymentserver.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
peertablemodel.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
peertablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
platformstyle.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
platformstyle.h qt: Introduce PlatformStyle 2015-07-31 09:35:18 +02:00
qvalidatedlineedit.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
qvalidatedlineedit.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
qvaluecombobox.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
qvaluecombobox.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
README.md doc: Remove mention of Qt4 from build docs 2018-06-18 12:22:14 +02:00
receivecoinsdialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
receivecoinsdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
receiverequestdialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
receiverequestdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
recentrequeststablemodel.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
recentrequeststablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
rpcconsole.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
rpcconsole.h qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
sendcoinsdialog.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
sendcoinsdialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
sendcoinsentry.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
sendcoinsentry.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
signverifymessagedialog.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
signverifymessagedialog.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
splashscreen.cpp util: Replace boost::signals2 with std::function 2018-08-24 08:34:38 -04:00
splashscreen.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
trafficgraphwidget.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
trafficgraphwidget.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
transactiondesc.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactiondesc.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactiondescdialog.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactiondescdialog.h Bump copyright headers to 2014 2016-01-05 21:01:39 +01:00
transactionfilterproxy.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionfilterproxy.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionrecord.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionrecord.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactiontablemodel.cpp Merge #13961: util: Replace boost::signals2 with std::function 2018-08-25 21:13:46 +02:00
transactiontablemodel.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
transactionview.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
transactionview.h Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump 2018-08-20 13:26:30 -04:00
utilitydialog.cpp Merge #13780: 0.17: Pre-branch maintenance 2018-08-08 13:55:27 +02:00
utilitydialog.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletframe.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
walletframe.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletmodel.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
walletmodel.h Merge #12818: [qt] TransactionView: highlight replacement tx after fee bump 2018-08-20 13:26:30 -04:00
walletmodeltransaction.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletmodeltransaction.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
walletview.cpp qt: Use new Qt5 connect syntax 2018-08-21 09:43:54 +01:00
walletview.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
winshutdownmonitor.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
winshutdownmonitor.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00

This directory contains the BitcoinQT graphical user interface (GUI). It uses the cross-platform framework Qt.

The current precise version for Qt 5 is specified in qt.mk.

Compile and run

See build instructions (macOS, Windows, Unix, etc).

To run:

./src/qt/bitcoin-qt

Files and directories

forms

Contains Designer UI files. They are created with Qt Creator, but can be edited using any text editor.

locale

Contains translations. They are periodically updated. The process is described here.

res

Resources such as the icon.

test

Tests.

bitcoingui.(h/cpp)

Represents the main window of the Bitcoin UI.

*model.(h/cpp)

The model. When it has a corresponding controller, it generally inherits from QAbstractTableModel. Models that are used by controllers as helpers inherit from other Qt classes like QValidator.

ClientModel is used by the main application bitcoingui and several models like peertablemodel.

*page.(h/cpp)

A controller. :NAMEpage.cpp generally includes :NAMEmodel.h and forms/:NAME.page.ui with a similar :NAME.

*dialog.(h/cpp)

Various dialogs, e.g. to open a URL. Inherit from QDialog.

paymentserver.(h/cpp)

Used to process BIP21 and BIP70 (see https://github.com/bitcoin/bitcoin/pull/11622) payment URI / requests. Also handles URI based application switching (e.g. when following a bitcoin:... link from a browser).

walletview.(h/cpp)

Represents the view to a single wallet.

Other .h/cpp files

  • UI elements like BitcoinAmountField, which inherit from QWidget.
  • bitcoinstrings.cpp: automatically generated
  • bitcoinunits.(h/cpp): BTC / mBTC / etc handling
  • callback.h
  • guiconstants.h: UI colors, app name, etc
  • guiutil.h: several helper functions
  • macdockiconhandler.(h/cpp)
  • macdockiconhandler.(h/cpp): display notifications in macOS

Contribute

See CONTRIBUTING.md for general guidelines. Specifically for Qt:

Using Qt Creator as IDE

You can use Qt Creator as an IDE. This is especially useful if you want to change the UI layout.

Download and install the community edition of Qt Creator. Uncheck everything except Qt Creator during the installation process.

Instructions for macOS:

  1. Make sure you installed everything through Homebrew mentioned in the macOS build instructions
  2. Use ./configure with the --enable-debug flag
  3. In Qt Creator do "New Project" -> Import Project -> Import Existing Project
  4. Enter "bitcoin-qt" as project name, enter src/qt as location
  5. Leave the file selection as it is
  6. Confirm the "summary page"
  7. In the "Projects" tab select "Manage Kits..."
  8. Select the default "Desktop" kit and select "Clang (x86 64bit in /usr/bin)" as compiler
  9. Select LLDB as debugger (you might need to set the path to your installation)
  10. Start debugging with Qt Creator (you might need to the executable to "bitcoin-qt" under "Run", which is where you can also add command line arguments)