Home
last modified time | relevance | path

Searched refs:tx_description (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dpsbtoperationsdialog.cpp162 QString tx_description = ""; in renderTransaction() local
168 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()
171 tx_description.append("<br>"); in renderTransaction()
175 tx_description.append(" * "); in renderTransaction()
178tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()
180 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()
181 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()
184 tx_description.append("<hr />"); in renderTransaction()
192 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()
200 tx_description.append("<br><br>"); in renderTransaction()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dpsbtoperationsdialog.cpp162 QString tx_description = ""; in renderTransaction() local
168 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()
171 tx_description.append("<br>"); in renderTransaction()
175 tx_description.append(" * "); in renderTransaction()
178tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()
180 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()
181 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()
184 tx_description.append("<hr />"); in renderTransaction()
192 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()
200 tx_description.append("<br><br>"); in renderTransaction()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dpsbtoperationsdialog.cpp162 QString tx_description = "";
168 tx_description.append(tr(" * Sends %1 to %2")
171 tx_description.append("<br>");
175 tx_description.append(" * ");
178tx_description.append(tr("Unable to calculate transaction fee or total transaction amount."));
180 tx_description.append(tr("Pays transaction fee: "));
181 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee));
184 tx_description.append("<hr />");
192 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount"))
200 tx_description.append("<br><br>");
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dpsbtoperationsdialog.cpp161 QString tx_description = ""; in renderTransaction() local
167 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()
170 tx_description.append("<br>"); in renderTransaction()
174 tx_description.append(" * "); in renderTransaction()
177tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()
179 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()
180 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()
183 tx_description.append("<hr />"); in renderTransaction()
191 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()
199 tx_description.append("<br><br>"); in renderTransaction()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dpsbtoperationsdialog.cpp161 QString tx_description = ""; in renderTransaction() local
167 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()
170 tx_description.append("<br>"); in renderTransaction()
174 tx_description.append(" * "); in renderTransaction()
177tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()
179 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()
180 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()
183 tx_description.append("<hr />"); in renderTransaction()
191 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()
199 tx_description.append("<br><br>"); in renderTransaction()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dpsbtoperationsdialog.cpp161 QString tx_description = ""; in renderTransaction() local
167 tx_description.append(tr(" * Sends %1 to %2") in renderTransaction()
170 tx_description.append("<br>"); in renderTransaction()
174 tx_description.append(" * "); in renderTransaction()
177tx_description.append(tr("Unable to calculate transaction fee or total transaction amount.")); in renderTransaction()
179 tx_description.append(tr("Pays transaction fee: ")); in renderTransaction()
180 tx_description.append(BitcoinUnits::formatWithUnit(BitcoinUnits::BTC, *analysis.fee)); in renderTransaction()
183 tx_description.append("<hr />"); in renderTransaction()
191 tx_description.append(QString("<b>%1</b>: <b>%2</b>").arg(tr("Total Amount")) in renderTransaction()
199 tx_description.append("<br><br>"); in renderTransaction()
[all …]