Closed blaer closed 10 years ago
Can you make screenshot with fixed text?
Shure, no problem. I fixed it by switching the names of the labels in the .ui file. But i don't know if that is the best solution. [image: Inline image 2]
On Fri, Jan 10, 2014 at 9:45 PM, IGHOR notifications@github.com wrote:
Can you make screenshot with fixed labels?
— Reply to this email directly or view it on GitHubhttps://github.com/JulyIGHOR/QtBitcoinTrader/issues/117#issuecomment-32064263 .
I don't see image. I just want to know how you think it must looks.
Added the image as attachment now (it was an inline image). :)
In the "Market" section. There is a field that says "Sell". In that field the number for buy is displayed. That is incorrect. The number for sell should be displayed. The same for the field that says "Buy". In that field the number for sell is displayed. Again, that is incorrect. The number for buy should be displayed.
In the screenshot i show the application and the btc-e web interface so you can compare the numbers.
Cheers! Bart
maybe to avoid some confusion (which was a problem in the code as the Market Sell spinbox is named marketBuy, and vice versa... even tho it is logical why they were done that way... but it mixes up action with object and didn't feel at all natural the way I had to keep catching myself.
Perhaps label them "Ask:" and "Bid:", and name the spinboxes "marketAsk" and "marketBid", respectively? then we reserve using 'buy' and 'sell' specifically for the action of buying and selling.
=squeak=
Ok, I'll make ask, bid labels. Sorry for my bad English.
No problem. :) We all contribute where we can. :D
=squeak=
From: IGHOR notifications@github.com To: JulyIGHOR/QtBitcoinTrader QtBitcoinTrader@noreply.github.com Cc: Squeaker squeaker1024@yahoo.com Sent: Saturday, January 11, 2014 3:05 PM Subject: Re: [QtBitcoinTrader] Sell and Buy price are mixed up (#117)
Ok, I'll make ask, bid labels. Sorry for my bad English. — Reply to this email directly or view it on GitHub.
Done
Where it says "Buy price" it displays sell price and vice versa. I'm using btc-e. On ubuntu. Compiled from latest version from Github.