Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F12428793
openuridialog.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
655 B
Subscribers
None
openuridialog.h
View Options
// Copyright (c) 2011-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_OPENURIDIALOG_H
#define BITCOIN_QT_OPENURIDIALOG_H
#include
<QDialog>
namespace
Ui
{
class
OpenURIDialog
;
}
class
OpenURIDialog
:
public
QDialog
{
Q_OBJECT
public
:
explicit
OpenURIDialog
(
QWidget
*
parent
);
~
OpenURIDialog
();
QString
getURI
();
protected
Q_SLOTS
:
void
accept
();
private
Q_SLOTS
:
void
on_selectFileButton_clicked
();
private
:
Ui
::
OpenURIDialog
*
ui
;
};
#endif
// BITCOIN_QT_OPENURIDIALOG_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Dec 29, 19:46 (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4844992
Default Alt Text
openuridialog.h (655 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment