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
Copy file name to clipboardExpand all lines: docs/src/gui/qtvcp-widgets.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ It is based on PyQt's `QGridLayout`.
181
181
image::images/qthalbar.png["QtVCP HalBar: Panel demonstrating the HAL Bar Level Indicator ",scale="25%"]
182
182
183
183
This widget is used to indicate level or value, usually of a HAL s32/float pin. +
184
-
you can also disable the HAL pin and use Qt signals or python commands to change the level. +
184
+
You can also disable the HAL pin and use Qt signals or Python commands to change the level. +
185
185
186
186
==== Bar Properties:
187
187
HalBar is a subclass of the Bar widget, so it inherits these properties +
@@ -1693,7 +1693,7 @@ It is based on PyQt's _QLabel_.
1693
1693
//TODO StatusLabel widget capture/example
1694
1694
1695
1695
This will display a label based on selectable status of the machine controller. +
1696
-
You can change how the status will be displayed by substituting python formatting code in the text template. You can also use rich text for different fonts/colors etc.
1696
+
You can change how the status will be displayed by substituting Python formatting code in the text template. You can also use rich text for different fonts/colors etc.
0 commit comments