Bitcoin Core
21.99.0
P2P Digital Currency
src
qt
transactiondescdialog.h
Go to the documentation of this file.
1
// Copyright (c) 2011-2020 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_QT_TRANSACTIONDESCDIALOG_H
6
#define BITCOIN_QT_TRANSACTIONDESCDIALOG_H
7
8
#include <QDialog>
9
10
namespace
Ui
{
11
class
TransactionDescDialog
;
12
}
13
14
QT_BEGIN_NAMESPACE
15
class
QModelIndex;
16
QT_END_NAMESPACE
17
19
class
TransactionDescDialog
:
public
QDialog
20
{
21
Q_OBJECT
22
23
public
:
24
explicit
TransactionDescDialog
(
const
QModelIndex &idx, QWidget *parent =
nullptr
);
25
~
TransactionDescDialog
();
26
27
private
:
28
Ui::TransactionDescDialog *
ui
;
29
};
30
31
#endif // BITCOIN_QT_TRANSACTIONDESCDIALOG_H
TransactionDescDialog
Dialog showing transaction details.
Definition:
transactiondescdialog.h:19
Ui
Definition:
addressbookpage.h:14
TransactionDescDialog::ui
Ui::TransactionDescDialog * ui
Definition:
transactiondescdialog.h:28
Generated on Mon Jan 25 2021 20:03:29 for Bitcoin Core by
1.8.13