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