Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
acsklystat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
gui
acsklystat
Commits
124e7147
Commit
124e7147
authored
3 years ago
by
Lucio Zambon
Browse files
Options
Downloads
Patches
Plain Diff
k16
parent
dd9c1463
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/acsklystat.cpp
+2
-2
2 additions, 2 deletions
src/acsklystat.cpp
with
2 additions
and
2 deletions
src/acsklystat.cpp
+
2
−
2
View file @
124e7147
...
...
@@ -354,8 +354,8 @@ void acsklystat::refresh()
mySetColor
(
ui
.
k14_hvAbi
,
stat
[
14
]
?
"#ffffff"
:
"#c8ffff"
,
QPalette
::
Window
);
mySetTextColor
(
ui
.
k15_hvAbi
,
stat
[
15
]
?
"HV Abi"
:
"HV No Abi"
,
"#000000"
);
mySetColor
(
ui
.
k15_hvAbi
,
stat
[
15
]
?
"#ffffff"
:
"#c8ffff"
,
QPalette
::
Window
);
mySetTextColor
(
ui
.
k16_hvAbi
,
stat
[
3
2
]
?
"HV Abi"
:
"HV No Abi"
,
"#000000"
);
mySetColor
(
ui
.
k16_hvAbi
,
stat
[
3
2
]
?
"#ffffff"
:
"#c8ffff"
,
QPalette
::
Window
);
mySetTextColor
(
ui
.
k16_hvAbi
,
stat
[
3
3
]
?
"HV Abi"
:
"HV No Abi"
,
"#000000"
);
mySetColor
(
ui
.
k16_hvAbi
,
stat
[
3
3
]
?
"#ffffff"
:
"#c8ffff"
,
QPalette
::
Window
);
/*
mySetTextColor(ui.hvAbi, stat[3]?
"HV Abi (K3, K4, K5, K6, K7, K8, K9, K10, K11, K12, K13, K14, K15)":
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment