Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modthyfil
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
modthyfil
Commits
6c78f00a
Commit
6c78f00a
authored
1 year ago
by
Lucio Zambon
Browse files
Options
Downloads
Patches
Plain Diff
k16
parent
0413b4ac
Branches
master
Tags
1.7.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/thyfil.cpp
+3
-3
3 additions, 3 deletions
src/thyfil.cpp
with
3 additions
and
3 deletions
src/thyfil.cpp
+
3
−
3
View file @
6c78f00a
...
...
@@ -51,9 +51,9 @@ thyfil::thyfil(QWidget *parent) : QDialog(parent)
ui
.
label_mod
->
setGeometry
(
135
,
2
,
210
,
31
);
ui
.
label_3
->
setGeometry
(
10
,
2
,
120
,
31
);
ui
.
label_4
->
hide
();
ui
.
thyfil_vlt_fault
->
setSource
(
"k16/power_supply/pst_k16
.01
/VoltageMaxRamp"
);
ui
.
thyfil_vlt_fault
->
setSource
(
"k16/power_supply/pst_k16/VoltageMaxRamp"
);
ui
.
thyfil_vlt_fault
->
setGeometry
(
9
,
40
,
340
,
30
);
ui
.
thyfil_cur_fault
->
setSource
(
"k16/power_supply/pst_k16
.01
/CurrentMaxRamp"
);
ui
.
thyfil_cur_fault
->
setSource
(
"k16/power_supply/pst_k16/CurrentMaxRamp"
);
ui
.
thyfil_cur_fault
->
setGeometry
(
9
,
80
,
340
,
30
);
ui
.
thyfil_termoswitch
->
setProperty
(
"falseString"
,
"Panel NOT Lock"
);
ui
.
thyfil_termoswitch
->
setProperty
(
"trueString"
,
"Panel Lock"
);
...
...
@@ -61,7 +61,7 @@ thyfil::thyfil(QWidget *parent) : QDialog(parent)
ui
.
thyfil_termoswitch
->
setProperty
(
"falseColor"
,
white
);
ui
.
thyfil_termoswitch
->
setProperty
(
"trueColor"
,
white
);
ui
.
thyfil_termoswitch
->
setGeometry
(
9
,
120
,
340
,
30
);
ui
.
thyfil_termoswitch
->
setSource
(
"k16/power_supply/pst_k16
.01
/PanelLock"
);
ui
.
thyfil_termoswitch
->
setSource
(
"k16/power_supply/pst_k16/PanelLock"
);
ui
.
thyfil_wait
->
hide
();
ui
.
thyfil_fault_2
->
hide
();
ui
.
klyfil_psk_stat
->
hide
();
...
...
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