Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cs
gui
4uhv
Commits
4100d1e0
Commit
4100d1e0
authored
Mar 14, 2022
by
Giacomo Strangolino
Browse files
FixXXXX call FixX(1) before
parent
ca55dfd5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/channel.cpp
View file @
4100d1e0
...
...
@@ -23,7 +23,6 @@ void Channel::onPbFixClicked() {
QuWriter
*
w
=
new
QuWriter
(
this
,
cu_pool
,
m_ctrl_fpool
);
w
->
setAutoDestroy
(
true
);
w
->
setTarget
(
t
);
printf
(
"Channel::onPbFixClicked %s executing target %s
\n
"
,
qstoc
(
sender
()
->
objectName
()),
qstoc
(
t
));
w
->
execute
();
}
}
src/channel.ui
View file @
4100d1e0
...
...
@@ -193,6 +193,9 @@
<property
name=
"point"
stdset=
"0"
>
<string>
$1/VTarget%1(7000)
</string>
</property>
<property
name=
"fixedsrc"
stdset=
"0"
>
<string>
$1Fixed%1(1)
</string>
</property>
</widget>
</item>
<item
row=
"4"
column=
"1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment