Skip to content
Snippets Groups Projects
Unverified Commit 52fa2fc9 authored by Jake's avatar Jake
Browse files

Setpoint choosers are working

parent 661fd825
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ void ControlWorker::getNodes() ...@@ -43,6 +43,7 @@ void ControlWorker::getNodes()
} }
frontend_free_node_data(nd, num_nodes); frontend_free_node_data(nd, num_nodes);
emit(gotNodes(nodes)); emit(gotNodes(nodes));
emit(gotConstantBlocks(const_block_nodes));
} }
} }
......
...@@ -243,6 +243,19 @@ ...@@ -243,6 +243,19 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QPushButton" name="pbRefresh">
<property name="geometry">
<rect>
<x>0</x>
<y>400</y>
<width>88</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
</widget> </widget>
<widget class="QWidget" name="controlGraph"> <widget class="QWidget" name="controlGraph">
<attribute name="title"> <attribute name="title">
...@@ -419,19 +432,6 @@ ...@@ -419,19 +432,6 @@
</widget> </widget>
</widget> </widget>
</widget> </widget>
<widget class="QPushButton" name="pbRefresh">
<property name="geometry">
<rect>
<x>10</x>
<y>480</y>
<width>88</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Refresh</string>
</property>
</widget>
</widget> </widget>
<widget class="QMenuBar" name="menuBar"> <widget class="QMenuBar" name="menuBar">
<property name="geometry"> <property name="geometry">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment