Remove stray accessibility property 12/29312/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 26 Oct 2023 17:10:49 +0000 (13:10 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 26 Oct 2023 17:14:06 +0000 (13:14 -0400)
Remove the lone empty "accessibleDescription" property from
SteeringControls.ui, as it causes a crash with an exception when
trying to run against PyQt5 installs that do not have the
accessibility module.  This is the case with the python3-pyqt5
build using the recipe in meta-qt5, so without this fix the
control panel cannot run when built into a YP based image.

Bug-AGL: SPEC-4951

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I1f895f3cfefb24d4d1ae5508f4189ae3238b356d

ui/SteeringControls.ui

index 26f40e0..7428461 100644 (file)
@@ -139,9 +139,6 @@ QPushButton:checked {
               <bold>true</bold>
              </font>
             </property>
-            <property name="accessibleDescription">
-             <string/>
-            </property>
             <property name="text">
              <string>CRUISE LIMIT</string>
             </property>