Date
1 - 8 of 8
Locked Green Recieve Frequency Bracket
Tom Ramberg, OH6VDA
I'm afraid I'm not computer savvy enough to do my own build. So while waiting for the dev team to consider this polite request, is there any way to obtain a build with the patch described by Kari OH2GQC?
toggle quoted message
Show quoted text
Tom OH6VDA 9. jan. 2020 kl. 12:47 skrev Karza <kari.sillanmaki@...>:
|
|
personally I'd like better control over ALL the colors, I.E. the foreground and background of the program windows, program text, along with the message windows. Seannon AG0NY On Thu, Jan 9, 2020 at 1:50 PM Alan Richmond via Groups.Io <richmond=cwgsy.net@groups.io> wrote: Add me to the list. 81, and it's getting difficult to see the green line. -- “It is a simple feat of scientific electrical engineering — only expensive — blind, faint-hearted, doubting world.”
Nikola Tesla |
|
Alan Richmond <richmond@...>
Add me to the list. 81, and it's getting difficult to see the green line.
Alan GU3ONJ |
|
chmims <chmims@...>
Amen! Charles KG5ZLH
On Thursday, January 9, 2020, 9:52:00 AM CST, Neil Foster <archernf@...> wrote:
Hi Dave, I as well as others that have an issue with red/green color blindness (properly " color deficiency" ) have the same problem. Quire some time ago Joe K1JT said it would be done in an update. I sent emails to him several times and no response. I was quite surprised I know he is oine busy man. Hopefully that change can be made. 73 es gud dx Neil Foster N4FN |
|
Hi Dave,
I as well as others that have an issue with red/green color blindness (properly " color deficiency" ) have the same problem. Quire some time ago Joe K1JT said it would be done in an update. I sent emails to him several times and no response. I was quite surprised I know he is oine busy man. Hopefully that change can be made. 73 es gud dx Neil Foster N4FN |
|
Karza <kari.sillanmaki@...>
Hi Dave,
On 9.1.2020 3.55, Dave Alexander wrote:
Is there a way to make the green receive indicator a different color or make it bolder? There is no configuration item to change that indicator color. If you are able to compile WSJT-X from sources, then you can use this patch... __________________________________________________________________________________ diff --git a/widgets/plotter.cpp b/widgets/plotter.cpp index badeff5..2c25219 100644 --- a/widgets/plotter.cpp +++ b/widgets/plotter.cpp @@ -331,6 +331,7 @@ void CPlotter::DrawOverlay() //DrawOverlay() QPen penOrange(QColor(255,165,0),3); QPen penGreen(Qt::green, 3); //Mark Tol range with green line QPen penRed(Qt::red, 3); //Mark Tx freq with red + QPen penBlue(Qt::blue, 3); QPainter painter(&m_OverlayPixmap); painter.initFrom(this); QLinearGradient gradient(0, 0, 0 ,m_h2); //fill background with gradient @@ -511,7 +512,8 @@ void CPlotter::DrawOverlay() //DrawOverlay() painter0.drawLine(x6,24,x6,30); } else { - painter0.setPen(penGreen); + // painter0.setPen(penGreen); + painter0.setPen(penBlue); x1=XfromFreq(m_rxFreq); x2=XfromFreq(m_rxFreq+bw); painter0.drawLine(x1,24,x1,30); __________________________________________________________________________________ ..to change the RX indicator to blue. |
|
Tom Ramberg, OH6VDA
I support the question. For the approximately 10% of males that have a green/red colour deficiency, this is a problem.
toggle quoted message
Show quoted text
Tom OH6VDA 9. jan. 2020 kl. 03:56 skrev Dave Alexander <dave.alexander1947@...>: |
|
Is there a way to make the green receive indicator a different color or make it bolder?
I have trouble seeing it. Tnx Dave KA3PMW |
|