mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Merge #11395: Qt: Enable searching by transaction id
eac2abca0Qt: Enable searching by transaction id (Luke Dashjr)c407c61c5Qt: Avoid invalidating the search filter, when it doesn't really change (Luke Dashjr)b1f634242Qt: Rename confusingly-named "address prefix" to "search string" (Luke Dashjr) Pull request description: Tree-SHA512: 1c67037d19689fbaff21d15ed7848ac86188e5de34728312e1f9758dada759cab50d913a5bc09e413ecaa3e07557cf253809b95b5637ff79f2e3cf24d86dd3ed
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
};
|
||||
|
||||
void setDateRange(const QDateTime &from, const QDateTime &to);
|
||||
void setAddressPrefix(const QString &addrPrefix);
|
||||
void setSearchString(const QString &);
|
||||
/**
|
||||
@note Type filter takes a bit field created with TYPE() or ALL_TYPES
|
||||
*/
|
||||
@@ -57,7 +57,7 @@ protected:
|
||||
private:
|
||||
QDateTime dateFrom;
|
||||
QDateTime dateTo;
|
||||
QString addrPrefix;
|
||||
QString m_search_string;
|
||||
quint32 typeFilter;
|
||||
WatchOnlyFilter watchOnlyFilter;
|
||||
CAmount minAmount;
|
||||
|
||||
Reference in New Issue
Block a user