Skip to content

Commit ebfce42

Browse files
committed
qtaxis -fix progressbar
loading and running progress bar reconnected to actually work.
1 parent 0c5c60f commit ebfce42

1 file changed

Lines changed: 35 additions & 3 deletions

File tree

share/qtvcp/screens/qtaxis/qtaxis.ui

Lines changed: 35 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>802</width>
10-
<height>626</height>
10+
<height>657</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -2364,7 +2364,7 @@
23642364
<x>0</x>
23652365
<y>0</y>
23662366
<width>802</width>
2367-
<height>24</height>
2367+
<height>22</height>
23682368
</rect>
23692369
</property>
23702370
<widget class="QMenu" name="menuFile">
@@ -3076,11 +3076,43 @@
30763076
<y>74</y>
30773077
</hint>
30783078
<hint type="destinationlabel">
3079-
<x>-2</x>
3079+
<x>0</x>
30803080
<y>63</y>
30813081
</hint>
30823082
</hints>
30833083
</connection>
3084+
<connection>
3085+
<sender>gcodegraphics</sender>
3086+
<signal>percentLoaded(int)</signal>
3087+
<receiver>MainWindow</receiver>
3088+
<slot>percentLoaded()</slot>
3089+
<hints>
3090+
<hint type="sourcelabel">
3091+
<x>458</x>
3092+
<y>348</y>
3093+
</hint>
3094+
<hint type="destinationlabel">
3095+
<x>447</x>
3096+
<y>688</y>
3097+
</hint>
3098+
</hints>
3099+
</connection>
3100+
<connection>
3101+
<sender>gcode_editor</sender>
3102+
<signal>percentDone(int)</signal>
3103+
<receiver>MainWindow</receiver>
3104+
<slot>percentCompleted()</slot>
3105+
<hints>
3106+
<hint type="sourcelabel">
3107+
<x>294</x>
3108+
<y>566</y>
3109+
</hint>
3110+
<hint type="destinationlabel">
3111+
<x>312</x>
3112+
<y>696</y>
3113+
</hint>
3114+
</hints>
3115+
</connection>
30843116
</connections>
30853117
<slots>
30863118
<slot>tool_offset_clicked()</slot>

0 commit comments

Comments
 (0)