Anoncoin  0.9.4
P2P Digital Currency
openuridialog.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 OPENURIDIALOG_H
7 #define OPENURIDIALOG_H
8 
9 #include <QDialog>
10 
11 namespace Ui {
12 class OpenURIDialog;
13 }
14 
15 class OpenURIDialog : public QDialog
16 {
17  Q_OBJECT
18 
19 public:
20  explicit OpenURIDialog(QWidget *parent);
22 
23  QString getURI();
24 
25 protected slots:
26  void accept();
27 
28 private slots:
30 
31 private:
33 };
34 
35 #endif // OPENURIDIALOG_H
Ui::OpenURIDialog * ui
Definition: openuridialog.h:32
OpenURIDialog(QWidget *parent)
void on_selectFileButton_clicked()
QString getURI()