Skip to content

Commit

Permalink
monitoring UI enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
joco-nz committed Sep 1, 2021
1 parent 0f22ae9 commit 8fa5365
Showing 1 changed file with 177 additions and 7 deletions.
184 changes: 177 additions & 7 deletions bf20_mill/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5450,7 +5450,7 @@ Editor</string>
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="tabMachine">
<attribute name="title">
Expand Down Expand Up @@ -7298,10 +7298,22 @@ Editor</string>
<rect>
<x>5</x>
<y>5</y>
<width>90</width>
<width>65</width>
<height>44</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>65</width>
<height>44</height>
</size>
</property>
<property name="text">
<string>+</string>
</property>
Expand All @@ -7312,26 +7324,136 @@ Editor</string>
<widget class="QPushButton" name="btnMonPlotOut">
<property name="geometry">
<rect>
<x>100</x>
<x>70</x>
<y>5</y>
<width>90</width>
<width>65</width>
<height>44</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>65</width>
<height>44</height>
</size>
</property>
<property name="text">
<string>-</string>
</property>
<property name="plotNavBtn" stdset="0">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btnMonPlotClear">
<property name="geometry">
<rect>
<x>135</x>
<y>5</y>
<width>65</width>
<height>44</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>65</width>
<height>44</height>
</size>
</property>
<property name="text">
<string>CLEAR</string>
</property>
<property name="plotNavBtn" stdset="0">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btnMonPlotZ">
<property name="geometry">
<rect>
<x>200</x>
<y>5</y>
<width>65</width>
<height>44</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>65</width>
<height>44</height>
</size>
</property>
<property name="text">
<string>Z</string>
</property>
<property name="plotNavBtn" stdset="0">
<string/>
</property>
</widget>
<widget class="QPushButton" name="btnMonPlotP">
<property name="geometry">
<rect>
<x>265</x>
<y>5</y>
<width>65</width>
<height>44</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>65</width>
<height>44</height>
</size>
</property>
<property name="text">
<string>P</string>
</property>
<property name="plotNavBtn" stdset="0">
<string/>
</property>
</widget>
</widget>
</item>
<item row="1" column="0">
<widget class="GcodeTextEdit" name="gcodetextedit_2">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="currentLineBackground" stdset="0">
<color>
<red>186</red>
<green>186</green>
<blue>186</blue>
</color>
</property>
<property name="marginCurrentLineBackground" stdset="0">
<color>
<red>186</red>
<green>186</green>
<blue>186</blue>
</color>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -8631,7 +8753,7 @@ CHANGED</string>
<item>
<widget class="VCPStackedWidget" name="stwRight">
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<property name="rules" stdset="0">
<string>[]</string>
Expand Down Expand Up @@ -11673,6 +11795,54 @@ Override</string>
</hint>
</hints>
</connection>
<connection>
<sender>btnMonPlotClear</sender>
<signal>clicked()</signal>
<receiver>monitor_vtk</receiver>
<slot>clearLivePlot()</slot>
<hints>
<hint type="sourcelabel">
<x>373</x>
<y>49</y>
</hint>
<hint type="destinationlabel">
<x>474</x>
<y>241</y>
</hint>
</hints>
</connection>
<connection>
<sender>btnMonPlotZ</sender>
<signal>clicked()</signal>
<receiver>monitor_vtk</receiver>
<slot>setViewZ()</slot>
<hints>
<hint type="sourcelabel">
<x>321</x>
<y>40</y>
</hint>
<hint type="destinationlabel">
<x>474</x>
<y>241</y>
</hint>
</hints>
</connection>
<connection>
<sender>btnMonPlotP</sender>
<signal>clicked()</signal>
<receiver>monitor_vtk</receiver>
<slot>setViewP()</slot>
<hints>
<hint type="sourcelabel">
<x>386</x>
<y>40</y>
</hint>
<hint type="destinationlabel">
<x>474</x>
<y>241</y>
</hint>
</hints>
</connection>
</connections>
<designerdata>
<property name="gridDeltaX">
Expand All @@ -11693,11 +11863,11 @@ Override</string>
</designerdata>
<buttongroups>
<buttongroup name="btngrpContInc"/>
<buttongroup name="btngrpMdi"/>
<buttongroup name="btngrpG5x"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpLeftNav"/>
<buttongroup name="btngrpRightNav"/>
<buttongroup name="btngrpMode"/>
<buttongroup name="btngrpIncrements"/>
<buttongroup name="btngrpMdi"/>
</buttongroups>
</ui>

0 comments on commit 8fa5365

Please sign in to comment.