Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10615328
editaddressdialog.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
955 B
Subscribers
None
editaddressdialog.h
View Options
#ifndef EDITADDRESSDIALOG_H
#define EDITADDRESSDIALOG_H
#include
<QDialog>
namespace
Ui
{
class
EditAddressDialog
;
}
class
AddressTableModel
;
QT_BEGIN_NAMESPACE
class
QDataWidgetMapper
;
QT_END_NAMESPACE
/** Dialog for editing an address and associated information.
*/
class
EditAddressDialog
:
public
QDialog
{
Q_OBJECT
public
:
enum
Mode
{
NewReceivingAddress
,
NewSendingAddress
,
EditReceivingAddress
,
EditSendingAddress
};
explicit
EditAddressDialog
(
Mode
mode
,
QWidget
*
parent
=
0
);
~
EditAddressDialog
();
void
setModel
(
AddressTableModel
*
model
);
void
loadRow
(
int
row
);
QString
getAddress
()
const
;
void
setAddress
(
const
QString
&
address
);
public
slots
:
void
accept
();
private
:
bool
saveCurrentRow
();
Ui
::
EditAddressDialog
*
ui
;
QDataWidgetMapper
*
mapper
;
Mode
mode
;
AddressTableModel
*
model
;
QString
address
;
};
#endif
// EDITADDRESSDIALOG_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Nov 23, 10:04 (22 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4530071
Default Alt Text
editaddressdialog.h (955 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment