Home
last modified time | relevance | path

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

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dqtbitcointrader.cpp2237 bool notZeroFee = floatFee > 0.0; in on_accountFee_valueChanged() local
2238 ui.calcButton->setVisible(notZeroFee); in on_accountFee_valueChanged()
2239 ui.label_6->setVisible(notZeroFee); in on_accountFee_valueChanged()
2240 ui.label_10->setVisible(notZeroFee); in on_accountFee_valueChanged()
2241 ui.label_28->setVisible(notZeroFee); in on_accountFee_valueChanged()
2242 ui.label_29->setVisible(notZeroFee); in on_accountFee_valueChanged()
2247 ui.usdLabel9->setVisible(notZeroFee); in on_accountFee_valueChanged()
2248 ui.usdLabel10->setVisible(notZeroFee); in on_accountFee_valueChanged()
2249 ui.usdLabel13->setVisible(notZeroFee); in on_accountFee_valueChanged()
2252 ui.btcLabel6->setVisible(notZeroFee); in on_accountFee_valueChanged()
[all …]