Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
qt
openuridialog.h
Go to the documentation of this file.
1
// Copyright (c) 2011-2015 The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef FABCOIN_QT_OPENURIDIALOG_H
6
#define FABCOIN_QT_OPENURIDIALOG_H
7
8
#include <QDialog>
9
10
namespace
Ui
{
11
class
OpenURIDialog
;
12
}
13
14
class
OpenURIDialog
:
public
QDialog
15
{
16
Q_OBJECT
17
18
public
:
19
explicit
OpenURIDialog
(QWidget *parent);
20
~
OpenURIDialog
();
21
22
QString getURI();
23
24
protected
Q_SLOTS:
25
void
accept();
26
27
private
Q_SLOTS:
28
void
on_selectFileButton_clicked();
29
30
private
:
31
Ui::OpenURIDialog
*
ui
;
32
};
33
34
#endif // FABCOIN_QT_OPENURIDIALOG_H
OpenURIDialog::ui
Ui::OpenURIDialog * ui
Definition:
openuridialog.h:31
Ui
Definition:
addressbookpage.h:13
Ui::OpenURIDialog
Definition:
ui_openuridialog.h:127
OpenURIDialog
Definition:
openuridialog.h:14
Generated on Mon Oct 22 2018 15:15:36 for Fabcoin Core by
1.8.11