Home
last modified time | relevance | path

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

/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dtradesmodel.cpp142 …tr + " " + typeText + " " + (itemsList.at(currentRow).direction == 1 ? upArrowStr : downArrowStr) + in data()
169 lineText += "\t" + upArrowStr; in data()
320 return upArrowStr; in data()
H A Dmain.h51 #define upArrowStr baseValues_->upArrow macro
H A Ddepthmodel.cpp242 direction = upArrowStr + "\t"; in data()
335 return upArrowStr; in data()
H A Dqtbitcointrader.cpp3348 tradesLabels.insert(4, upArrowStr + downArrowStr); in languageChanged()
3353 … "Amount") << upArrowStr + downArrowStr << julyTr("ORDERS_TOTAL", "Total") << ""; in languageChanged()