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.
5 #ifndef OPENURIDIALOG_H
6 #define OPENURIDIALOG_H
14 class OpenURIDialog : public QDialog
19 explicit OpenURIDialog(QWidget *parent);
28 void on_selectFileButton_clicked();
31 Ui::OpenURIDialog *ui;
34 #endif // OPENURIDIALOG_H