Master Core  v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
transactiondescdialog.h
Go to the documentation of this file.
1 // Copyright (c) 2011-2013 The Bitcoin developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef TRANSACTIONDESCDIALOG_H
6 #define TRANSACTIONDESCDIALOG_H
7 
8 #include <QDialog>
9 
10 namespace Ui {
12 }
13 
14 QT_BEGIN_NAMESPACE
15 class QModelIndex;
16 QT_END_NAMESPACE
17 
20 {
21  Q_OBJECT
22 
23 public:
24  explicit TransactionDescDialog(const QModelIndex &idx, QWidget *parent = 0);
26 
27 private:
29 };
30 
31 #endif // TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
TransactionDescDialog(const QModelIndex &idx, QWidget *parent=0)
Ui::TransactionDescDialog * ui