Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
qt
tokendescdialog.h
Go to the documentation of this file.
1
#ifndef TOKENDESCDIALOG_H
2
#define TOKENDESCDIALOG_H
3
4
#include <QDialog>
5
6
namespace
Ui
{
7
class
TokenDescDialog
;
8
}
9
10
QT_BEGIN_NAMESPACE
11
class
QModelIndex;
12
QT_END_NAMESPACE
13
15
class
TokenDescDialog
:
public
QDialog
16
{
17
Q_OBJECT
18
19
public
:
20
explicit
TokenDescDialog
(
const
QModelIndex &idx, QWidget *parent = 0);
21
~
TokenDescDialog
();
22
23
private
:
24
Ui::TokenDescDialog
*
ui
;
25
};
26
27
#endif // TOKENDESCDIALOG_H
Ui
Definition:
addressbookpage.h:13
TokenDescDialog
Dialog showing token details.
Definition:
tokendescdialog.h:15
TokenDescDialog::ui
Ui::TokenDescDialog * ui
Definition:
tokendescdialog.h:24
Ui::TokenDescDialog
Definition:
ui_tokendescdialog.h:88
Generated on Mon Oct 22 2018 15:15:38 for Fabcoin Core by
1.8.11