Skip to content

Commit

Permalink
Start of a Run Monitoring page
Browse files Browse the repository at this point in the history
  • Loading branch information
joco-nz committed Aug 30, 2021
1 parent ac6b785 commit 6e74efd
Showing 1 changed file with 44 additions and 3 deletions.
47 changes: 44 additions & 3 deletions bf20_mill/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,29 @@ nostics</string>
</property>
</spacer>
</item>
<item>
<widget class="ActionButton" name="actionbutton_25">
<property name="text">
<string>MONITOR
RUN</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoExclusive">
<bool>true</bool>
</property>
<property name="leftNavBtn" stdset="0">
<string/>
</property>
<property name="page" stdset="0">
<number>9</number>
</property>
<attribute name="buttonGroup">
<string notr="true">btngrpLeftNav</string>
</attribute>
</widget>
</item>
<item>
<widget class="ActionButton" name="actionbutton_20">
<property name="enabled">
Expand Down Expand Up @@ -7263,6 +7286,24 @@ Editor</string>
</item>
</layout>
</widget>
<widget class="QWidget" name="monitor_run">
<layout class="QGridLayout" name="gridLayout_33">
<item row="0" column="0">
<widget class="VTKBackPlot" name="vtkbackplot">
<property name="enableProgramTicks" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="GcodeTextEdit" name="gcodetextedit_2">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -11588,11 +11629,11 @@ Override</string>
</designerdata>
<buttongroups>
<buttongroup name="btngrpContInc"/>
<buttongroup name="btngrpG5x"/>
<buttongroup name="btngrpRightNav"/>
<buttongroup name="btngrpLeftNav"/>
<buttongroup name="btngrpG5x"/>
<buttongroup name="btngrpMode"/>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpLeftNav"/>
</buttongroups>
</ui>

0 comments on commit 6e74efd

Please sign in to comment.