You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatically display prints even while running blocking code
When writing to the console, check if more than X seconds have passed from
the last refresh triggered by a write and force a display update if so.
This only updates the consoles and does not call QApplication.processEvents.
<string>'If running code in the logger takes X seconds or longer,
691
-
the window will flash if it is not in focus.
692
-
Setting the value to zero will disable flashing.'</string>
738
+
<string><html><head/><body><p>Enables refreshing of consoles when prints are written. Enabling seeing output when running blocking code would normally prevent Qt from displaying that output until the blocking code finishes.</p></body></html></string>
<string>'If running code in the logger takes X seconds or longer,
706
-
the window will flash if it is not in focus.
707
-
Setting the value to zero will disable flashing.'</string>
751
+
<string><html><head/><body><p>Only refresh consoles if more than X seconds has elapsed from the previous refresh. Useful for seeing the output from blocking code while its running, but could potentially slow down code execution time if set to short.</p></body></html></string>
<string><html><head/><body><p>When &quot;Repaint on writes per sec.&quot; is enabled it calls `repaint` instead of `QApplication.processEvents()`. This only updates the consoles and not all of Qt when running blocking code. However if the Qt app looses focus this will stop updating after a few seconds. Enabling this will enable calling `QApplication.processEvents()` every few seconds.</p></body></html></string>
768
+
</property>
769
+
<propertyname="text">
770
+
<string>Process Events occasionally</string>
771
+
</property>
772
+
<propertyname="checked">
773
+
<bool>true</bool>
708
774
</property>
709
775
</widget>
710
776
</item>
@@ -1727,17 +1793,17 @@ This button removes those (very old) workboxes.</string>
0 commit comments