Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
4
4uhv
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
4uhv
Commits
13223b86
Commit
13223b86
authored
2 years ago
by
Giacomo Strangolino
Browse files
Options
Downloads
Patches
Plain Diff
#16688 : removed Fixed buttons
parent
4100d1e0
No related branches found
Branches containing commit
Tags
1.1.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/4uhv.cpp
+0
-2
0 additions, 2 deletions
src/4uhv.cpp
src/channel.ui
+6
-11
6 additions, 11 deletions
src/channel.ui
with
6 additions
and
13 deletions
src/4uhv.cpp
+
0
−
2
View file @
13223b86
...
...
@@ -74,8 +74,6 @@ void FourUHV::onPsListReady(const CuData &da) {
}
if
(
w
->
property
(
"target"
).
isValid
()
||
w
->
objectName
().
contains
(
QRegularExpression
(
"pbFix
\\
dk"
)))
{
const
QString
&
t
=
w
->
property
(
"point"
).
toString
();
printf
(
"FourUHV::onPsListReady: %s point is %s
\n
"
,
qstoc
(
w
->
objectName
()),
qstoc
(
t
));
if
(
t
.
contains
(
"%1"
))
{
w
->
setProperty
(
"channel"
,
ch
);
w
->
setProperty
(
"target"
,
QString
(
t
).
arg
(
ch
));
...
...
This diff is collapsed.
Click to expand it.
src/channel.ui
+
6
−
11
View file @
13223b86
...
...
@@ -246,16 +246,6 @@
</layout>
</widget>
</item>
<item
row=
"3"
column=
"1"
>
<widget
class=
"QuButton"
name=
"tPushButton_6"
>
<property
name=
"text"
>
<string>
Fix
</string>
</property>
<property
name=
"point"
stdset=
"0"
>
<string>
$1/Fixed%1(1)
</string>
</property>
</widget>
</item>
<item
row=
"0"
column=
"0"
colspan=
"3"
>
<widget
class=
"QGroupBox"
name=
"gbHighTh"
>
<property
name=
"title"
>
...
...
@@ -321,7 +311,7 @@
</customwidget>
<customwidget>
<class>
QuTable
</class>
<extends>
QWidget
</extends>
<extends>
EFlag
</extends>
<header>
qutable.h
</header>
</customwidget>
<customwidget>
...
...
@@ -329,6 +319,11 @@
<extends>
QPushButton
</extends>
<header>
qubutton.h
</header>
</customwidget>
<customwidget>
<class>
EFlag
</class>
<extends>
QWidget
</extends>
<header>
eflag.h
</header>
</customwidget>
<customwidget>
<class>
QuLineEdit
</class>
<extends>
QLineEdit
</extends>
...
...
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