repo_id
stringlengths
0
42
file_path
stringlengths
15
97
content
stringlengths
2
2.41M
__index_level_0__
int64
0
0
bitcoin/src
bitcoin/src/qt/notificator.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/notificator.h> #include <QApplication> #include <QByteArray> #include <QImageWriter> #include <QMessageBox> #in...
0
bitcoin/src
bitcoin/src/qt/bantablemodel.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/bantablemodel.h> #include <interfaces/node.h> #include <net_types.h> // For banmap_t #include <utility> #incl...
0
bitcoin/src
bitcoin/src/qt/addressbookpage.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_ADDRESSBOOKPAGE_H #define BITCOIN_QT_ADDRESSBOOKPAGE_H #include <QDialog> class AddressBookSortFilterPro...
0
bitcoin/src
bitcoin/src/qt/receivecoinsdialog.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <wallet/wallet.h> #include <qt/receivecoinsdialog.h> #include <qt/forms/ui_receivecoinsdialog.h> #include <qt/addr...
0
bitcoin/src
bitcoin/src/qt/bitcoinaddressvalidator.cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/bitcoinaddressvalidator.h> #include <key_io.h> /* Base58 characters are: "123456789ABCDEFGHJKLMNPQRSTUVWX...
0
bitcoin/src
bitcoin/src/qt/utilitydialog.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/utilitydialog.h> #include <qt/forms/ui_he...
0
bitcoin/src
bitcoin/src/qt/signverifymessagedialog.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_SIGNVERIFYMESSAGEDIALOG_H #define BITCOIN_QT_SIGNVERIFYMESSAGEDIALOG_H #include <QDialog> class Platform...
0
bitcoin/src
bitcoin/src/qt/transactiontablemodel.h
// Copyright (c) 2011-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRANSACTIONTABLEMODEL_H #define BITCOIN_QT_TRANSACTIONTABLEMODEL_H #include <qt/bitcoinunits.h> #include...
0
bitcoin/src
bitcoin/src/qt/platformstyle.h
// Copyright (c) 2015-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_PLATFORMSTYLE_H #define BITCOIN_QT_PLATFORMSTYLE_H #include <QIcon> #include <QPixmap> #include <QString>...
0
bitcoin/src
bitcoin/src/qt/macdockiconhandler.mm
// Copyright (c) 2011-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "macdockiconhandler.h" #include <AppKit/AppKit.h> #include <objc/runtime.h> static MacDockIconHandler *s_instance ...
0
bitcoin/src
bitcoin/src/qt/rpcconsole.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/rpcconsole.h> #include <qt/forms/ui_debugw...
0
bitcoin/src
bitcoin/src/qt/bitcoin.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BITCOIN_H #define BITCOIN_QT_BITCOIN_H #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #end...
0
bitcoin/src
bitcoin/src/qt/optionsmodel.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_OPTIONSMODEL_H #define BITCOIN_QT_OPTIONSMODEL_H #include <cstdint> #include <qt/bitcoinunits.h> #include...
0
bitcoin/src
bitcoin/src/qt/bitcoingui.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/bitcoingui.h> #include <qt/bitcoinunits.h> #include <qt/clientmodel.h> #include <qt/createwalletdialog.h> #incl...
0
bitcoin/src
bitcoin/src/qt/sendcoinsdialog.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/sendcoinsdialog.h> #include <qt/forms/ui_s...
0
bitcoin/src
bitcoin/src/qt/recentrequeststablemodel.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/recentrequeststablemodel.h> #include <qt/bitcoinunits.h> #include <qt/guiutil.h> #include <qt/optionsmodel.h> #...
0
bitcoin/src
bitcoin/src/qt/transactionfilterproxy.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRANSACTIONFILTERPROXY_H #define BITCOIN_QT_TRANSACTIONFILTERPROXY_H #include <consensus/amount.h> #incl...
0
bitcoin/src
bitcoin/src/qt/README.md
This directory contains the source code for the Bitcoin Core graphical user interface (GUI). It uses the [Qt](https://www1.qt.io/developers/) cross-platform framework. The current precise version for Qt 5 is specified in [qt.mk](/depends/packages/qt.mk). ## Compile and run See build instructions: [Unix](/doc/build-u...
0
bitcoin/src
bitcoin/src/qt/walletcontroller.h
// Copyright (c) 2019-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_WALLETCONTROLLER_H #define BITCOIN_QT_WALLETCONTROLLER_H #include <qt/sendcoinsrecipient.h> #include <sup...
0
bitcoin/src
bitcoin/src/qt/peertablemodel.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/peertablemodel.h> #include <qt/guiconstants.h> #include <qt/guiutil.h> #include <interfaces/node.h> #include ...
0
bitcoin/src
bitcoin/src/qt/qvalidatedlineedit.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_QVALIDATEDLINEEDIT_H #define BITCOIN_QT_QVALIDATEDLINEEDIT_H #include <QLineEdit> /** Line edit that can...
0
bitcoin/src
bitcoin/src/qt/peertablemodel.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_PEERTABLEMODEL_H #define BITCOIN_QT_PEERTABLEMODEL_H #include <net_processing.h> // For CNodeStateStats #...
0
bitcoin/src
bitcoin/src/qt/peertablesortproxy.h
// Copyright (c) 2020-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_PEERTABLESORTPROXY_H #define BITCOIN_QT_PEERTABLESORTPROXY_H #include <QSortFilterProxyModel> QT_BEGIN_N...
0
bitcoin/src
bitcoin/src/qt/guiconstants.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_GUICONSTANTS_H #define BITCOIN_QT_GUICONSTANTS_H #include <chrono> #include <cstdint> using namespace st...
0
bitcoin/src
bitcoin/src/qt/transactionfilterproxy.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/transactionfilterproxy.h> #include <qt/transactiontablemodel.h> #include <qt/transactionrecord.h> #include <al...
0
bitcoin/src
bitcoin/src/qt/trafficgraphwidget.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRAFFICGRAPHWIDGET_H #define BITCOIN_QT_TRAFFICGRAPHWIDGET_H #include <QWidget> #include <QQueue> #inclu...
0
bitcoin/src
bitcoin/src/qt/transactiondescdialog.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/transactiondescdialog.h> #include <qt/forms/ui_transactiondescdialog.h> #include <qt/guiutil.h> #include <qt/tr...
0
bitcoin/src
bitcoin/src/qt/psbtoperationsdialog.h
// Copyright (c) 2011-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_PSBTOPERATIONSDIALOG_H #define BITCOIN_QT_PSBTOPERATIONSDIALOG_H #include <QDialog> #include <QString> #...
0
bitcoin/src
bitcoin/src/qt/bitcoinstrings.cpp
#include <QtGlobal> // Automatically generated by extract_strings_qt.py #ifdef __GNUC__ #define UNUSED __attribute__((unused)) #else #define UNUSED #endif static const char UNUSED *bitcoin_strings[] = { QT_TRANSLATE_NOOP("bitcoin-core", "The %s developers"), QT_TRANSLATE_NOOP("bitcoin-core", "" "%s corrupt. Try usin...
0
bitcoin/src
bitcoin/src/qt/transactionview.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/transactionview.h> #include <qt/addresstablemodel.h> #include <qt/bitcoinunits.h> #include <qt/csvmodelwriter.h...
0
bitcoin/src
bitcoin/src/qt/networkstyle.h
// Copyright (c) 2014-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_NETWORKSTYLE_H #define BITCOIN_QT_NETWORKSTYLE_H #include <util/chaintype.h> #include <QIcon> #include <...
0
bitcoin/src
bitcoin/src/qt/paymentserver.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/paymentserver.h> #include <qt/bitcoinunit...
0
bitcoin/src
bitcoin/src/qt/macos_appnap.h
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_MACOS_APPNAP_H #define BITCOIN_QT_MACOS_APPNAP_H #include <memory> class CAppNapInhibitor final { public...
0
bitcoin/src
bitcoin/src/qt/transactionview.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRANSACTIONVIEW_H #define BITCOIN_QT_TRANSACTIONVIEW_H #include <qt/guiutil.h> #include <uint256.h> #in...
0
bitcoin/src
bitcoin/src/qt/psbtoperationsdialog.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/psbtoperationsdialog.h> #include <core_io.h> #include <interfaces/node.h> #include <key_io.h> #include <node/ps...
0
bitcoin/src
bitcoin/src/qt/guiutil.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/guiutil.h> #include <qt/bitcoinaddressvalidator.h> #include <qt/bitcoinunits.h> #include <qt/platformstyle.h> #...
0
bitcoin/src
bitcoin/src/qt/overviewpage.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/overviewpage.h> #include <qt/forms/ui_overviewpage.h> #include <qt/bitcoinunits.h> #include <qt/clientmodel.h> ...
0
bitcoin/src
bitcoin/src/qt/peertablesortproxy.cpp
// Copyright (c) 2020-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/peertablesortproxy.h> #include <qt/peertablemodel.h> #include <util/check.h> #include <QModelIndex> #include <...
0
bitcoin/src
bitcoin/src/qt/macdockiconhandler.h
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_MACDOCKICONHANDLER_H #define BITCOIN_QT_MACDOCKICONHANDLER_H #include <QObject> /** macOS-specific Dock ...
0
bitcoin/src
bitcoin/src/qt/transactionrecord.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRANSACTIONRECORD_H #define BITCOIN_QT_TRANSACTIONRECORD_H #include <consensus/amount.h> #include <uint25...
0
bitcoin/src
bitcoin/src/qt/bitcoingui.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BITCOINGUI_H #define BITCOIN_QT_BITCOINGUI_H #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h...
0
bitcoin/src
bitcoin/src/qt/createwalletdialog.cpp
// Copyright (c) 2019-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <interfaces/node.h> #include <qt/createwalletd...
0
bitcoin/src
bitcoin/src/qt/winshutdownmonitor.cpp
// Copyright (c) 2014-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/winshutdownmonitor.h> #if defined(Q_OS_WIN) #include <windows.h> #include <QDebug> // If we don't want a mes...
0
bitcoin/src
bitcoin/src/qt/intro.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <chainparams.h> #include <qt/intro.h> #include...
0
bitcoin/src
bitcoin/src/qt/coincontroldialog.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/coincontroldialog.h> #include <qt/forms/ui...
0
bitcoin/src
bitcoin/src/qt/askpassphrasedialog.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/askpassphrasedialog.h> #include <qt/forms/...
0
bitcoin/src
bitcoin/src/qt/intro.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_INTRO_H #define BITCOIN_QT_INTRO_H #include <QDialog> #include <QMutex> #include <QThread> static const ...
0
bitcoin/src
bitcoin/src/qt/qrimagewidget.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/qrimagewidget.h> #include <qt/guiutil.h> #include <QApplication> #include <QClipboard> #include <QDrag> #inclu...
0
bitcoin/src
bitcoin/src/qt/bitcoin.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/bitcoin.h> #include <chainparams.h> #incl...
0
bitcoin/src
bitcoin/src/qt/csvmodelwriter.cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/csvmodelwriter.h> #include <QAbstractItemModel> #include <QFile> #include <QTextStream> CSVModelWriter::CSVMod...
0
bitcoin/src
bitcoin/src/qt/coincontroltreewidget.cpp
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/coincontroltreewidget.h> #include <qt/coincontroldialog.h> CoinControlTreeWidget::CoinControlTreeWidget(QWidget...
0
bitcoin/src
bitcoin/src/qt/askpassphrasedialog.h
// Copyright (c) 2011-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_ASKPASSPHRASEDIALOG_H #define BITCOIN_QT_ASKPASSPHRASEDIALOG_H #include <QDialog> #include <support/allo...
0
bitcoin/src
bitcoin/src/qt/transactionrecord.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/transactionrecord.h> #include <chain.h> #include <interfaces/wallet.h> #include <key_io.h> #include <wallet/typ...
0
bitcoin/src
bitcoin/src/qt/optionsmodel.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/optionsmodel.h> #include <qt/bitcoinunits...
0
bitcoin/src
bitcoin/src/qt/notificator.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_NOTIFICATOR_H #define BITCOIN_QT_NOTIFICATOR_H #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config...
0
bitcoin/src
bitcoin/src/qt/createwalletdialog.h
// Copyright (c) 2019-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_CREATEWALLETDIALOG_H #define BITCOIN_QT_CREATEWALLETDIALOG_H #include <QDialog> #include <memory> names...
0
bitcoin/src
bitcoin/src/qt/transactiondesc.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TRANSACTIONDESC_H #define BITCOIN_QT_TRANSACTIONDESC_H #include <qt/bitcoinunits.h> #include <QObject> #...
0
bitcoin/src
bitcoin/src/qt/optionsdialog.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/optionsdialog.h> #include <qt/forms/ui_opt...
0
bitcoin/src
bitcoin/src/qt/receiverequestdialog.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/receiverequestdialog.h> #include <qt/forms/ui_receiverequestdialog.h> #include <qt/bitcoinunits.h> #include <qt...
0
bitcoin/src
bitcoin/src/qt/splashscreen.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <qt/splashscreen.h> #include <clientversion.h...
0
bitcoin/src
bitcoin/src/qt/initexecutor.cpp
// Copyright (c) 2014-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/initexecutor.h> #include <interfaces/node.h> #include <util/exception.h> #include <util/threadnames.h> #includ...
0
bitcoin/src
bitcoin/src/qt/transactiondesc.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifdef HAVE_CONFIG_H #include <config/bitcoin-config.h> #endif #include <qt/transactiondesc.h> #include <qt/bitcoinunits.h>...
0
bitcoin/src
bitcoin/src/qt/editaddressdialog.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/editaddressdialog.h> #include <qt/forms/ui_editaddressdialog.h> #include <qt/addresstablemodel.h> #include <qt/...
0
bitcoin/src
bitcoin/src/qt/sendcoinsdialog.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_SENDCOINSDIALOG_H #define BITCOIN_QT_SENDCOINSDIALOG_H #include <qt/clientmodel.h> #include <qt/walletmod...
0
bitcoin/src
bitcoin/src/qt/walletmodel.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_WALLETMODEL_H #define BITCOIN_QT_WALLETMODEL_H #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config...
0
bitcoin/src
bitcoin/src/qt/bitcoinaddressvalidator.h
// Copyright (c) 2011-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BITCOINADDRESSVALIDATOR_H #define BITCOIN_QT_BITCOINADDRESSVALIDATOR_H #include <QValidator> /** Base58 ...
0
bitcoin/src
bitcoin/src/qt/qvaluecombobox.cpp
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/qvaluecombobox.h> QValueComboBox::QValueComboBox(QWidget* parent) : QComboBox(parent) { connect(this, q...
0
bitcoin/src
bitcoin/src/qt/main.cpp
// Copyright (c) 2018-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/bitcoin.h> #include <common/url.h> #include <compat/compat.h> #include <util/translation.h> #include <QCoreApp...
0
bitcoin/src
bitcoin/src/qt/walletview.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_WALLETVIEW_H #define BITCOIN_QT_WALLETVIEW_H #include <consensus/amount.h> #include <qt/bitcoinunits.h> ...
0
bitcoin/src
bitcoin/src/qt/bantablemodel.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BANTABLEMODEL_H #define BITCOIN_QT_BANTABLEMODEL_H #include <addrdb.h> #include <net.h> #include <memory...
0
bitcoin/src
bitcoin/src/qt/walletframe.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/walletframe.h> #include <node/interface_ui.h> #include <psbt.h> #include <qt/guiutil.h> #include <qt/overviewpa...
0
bitcoin/src
bitcoin/src/qt/paymentserver.h
// Copyright (c) 2011-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_PAYMENTSERVER_H #define BITCOIN_QT_PAYMENTSERVER_H // This class handles payment requests from clicking o...
0
bitcoin/src
bitcoin/src/qt/overviewpage.h
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_OVERVIEWPAGE_H #define BITCOIN_QT_OVERVIEWPAGE_H #include <interfaces/wallet.h> #include <QWidget> #incl...
0
bitcoin/src
bitcoin/src/qt/transactiontablemodel.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/transactiontablemodel.h> #include <qt/addresstablemodel.h> #include <qt/bitcoinunits.h> #include <qt/clientmode...
0
bitcoin/src
bitcoin/src/qt/bitcoinamountfield.cpp
// Copyright (c) 2011-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <qt/bitcoinamountfield.h> #include <qt/bitcoinunits.h> #include <qt/guiconstants.h> #include <qt/guiutil.h> #includ...
0
bitcoin/src
bitcoin/src/qt/bitcoinamountfield.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_BITCOINAMOUNTFIELD_H #define BITCOIN_QT_BITCOINAMOUNTFIELD_H #include <consensus/amount.h> #include <qt/b...
0
bitcoin/src
bitcoin/src/qt/macnotificationhandler.h
// Copyright (c) 2011-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_MACNOTIFICATIONHANDLER_H #define BITCOIN_QT_MACNOTIFICATIONHANDLER_H #include <QObject> /** Macintosh-sp...
0
bitcoin/src
bitcoin/src/qt/coincontroldialog.h
// Copyright (c) 2011-2021 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_COINCONTROLDIALOG_H #define BITCOIN_QT_COINCONTROLDIALOG_H #include <consensus/amount.h> #include <QAbst...
0
bitcoin/src/qt
bitcoin/src/qt/res/bitcoin-qt-res.rc
IDI_ICON1 ICON DISCARDABLE "icons/bitcoin.ico" IDI_ICON2 ICON DISCARDABLE "icons/bitcoin_testnet.ico" #include <windows.h> // needed for VERSIONINFO #include "../../clientversion.h" // holds the needed client version information #define VER_PRODUCTVERSION CLIENT_VERSION_MAJOR,CLIENT_VERSION_MINOR,CLIE...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/animation/makespinner.sh
#!/usr/bin/env bash # # Copyright (c) 2014-2021 The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. export LC_ALL=C FRAMEDIR=$(dirname "$0") for i in {0..35} do frame=$(printf "%03d" "$i") angle=$((...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/connect-1.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.2" width="92...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/connect-0.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg2" viewBox="0 0 ...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/connect-2.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.2" width="92...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/connect-3.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg2" viewBox="0 0 ...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/connect-4.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.2" width="92...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/mine.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/tx_in.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/bitcoin.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Designer: Jonas Schnelli License: MIT --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="svg2" sodipodi:docname="bitcoin-logo-noshadow.svg" inkscape:version="0.48.2 r9819" xmlns:dc="http://purl...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/transaction0.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" id="svg41...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/tx_inout.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/hd_enabled.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/clock_2.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/clock_3.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/clock_1.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/clock_0.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/hd_disabled.svg
<?xml version="1.0" encoding="utf-8"?> <!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/clock_4.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" en...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/proxy.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Created with Inkscape (http://www.inkscape.org/) --> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/qt.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" id="Ebene...
0
bitcoin/src/qt/res
bitcoin/src/qt/res/src/network_disabled.svg
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg2" viewBox="0 0 ...
0