Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
transactiondescdialog.h
Go to the documentation of this file.
1 #ifndef TRANSACTIONDESCDIALOG_H
2 #define TRANSACTIONDESCDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
10 QT_BEGIN_NAMESPACE
11 class QModelIndex;
12 QT_END_NAMESPACE
13 
15 class TransactionDescDialog : public QDialog
16 {
17  Q_OBJECT
18 
19 public:
20  explicit TransactionDescDialog(const QModelIndex &idx, QWidget *parent = 0);
22 
23 private:
24  Ui::TransactionDescDialog *ui;
25 };
26 
27 #endif // TRANSACTIONDESCDIALOG_H
Dialog showing transaction details.
Definition: aboutdialog.h:6
TransactionDescDialog(const QModelIndex &idx, QWidget *parent=0)
Ui::TransactionDescDialog * ui