Coin Control Features
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
8dfd8c62dc
commit
6a86c24db1
@@ -8,6 +8,7 @@
|
||||
#include "walletmodel.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include <QString>
|
||||
|
||||
class OptionsModel;
|
||||
class SendCoinsEntry;
|
||||
@@ -62,6 +63,19 @@ private slots:
|
||||
void on_sendButton_clicked();
|
||||
void removeEntry(SendCoinsEntry* entry);
|
||||
void updateDisplayUnit();
|
||||
void coinControlFeatureChanged(bool);
|
||||
void coinControlButtonClicked();
|
||||
void coinControlChangeChecked(int);
|
||||
void coinControlChangeEdited(const QString &);
|
||||
void coinControlUpdateLabels();
|
||||
void coinControlClipboardQuantity();
|
||||
void coinControlClipboardAmount();
|
||||
void coinControlClipboardFee();
|
||||
void coinControlClipboardAfterFee();
|
||||
void coinControlClipboardBytes();
|
||||
void coinControlClipboardPriority();
|
||||
void coinControlClipboardLowOutput();
|
||||
void coinControlClipboardChange();
|
||||
|
||||
signals:
|
||||
// Fired when a message should be reported to the user
|
||||
|
||||
Reference in New Issue
Block a user