Anoncoin  0.9.4
P2P Digital Currency
transactiondescdialog.h
Go to the documentation of this file.
1 // Copyright (c) 2011-2013 The Bitcoin developers
2 // Copyright (c) 2013-2014 The Anoncoin Core developers
3 // Distributed under the MIT/X11 software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 
6 #ifndef TRANSACTIONDESCDIALOG_H
7 #define TRANSACTIONDESCDIALOG_H
8 
9 #include <QDialog>
10 
11 namespace Ui {
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);
27 
28 private:
30 };
31 
32 #endif // TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
TransactionDescDialog(const QModelIndex &idx, QWidget *parent=0)
Ui::TransactionDescDialog * ui