Skip to content
Snippets Groups Projects
Commit 13223b86 authored by Giacomo Strangolino's avatar Giacomo Strangolino
Browse files

#16688 : removed Fixed buttons

parent 4100d1e0
No related branches found
Tags 1.1.1
No related merge requests found
......@@ -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));
......
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment