Skip to content

Commit

Permalink
gui_qt/main_window: improve accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed May 2, 2021
1 parent c77ef6a commit 80e72d7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions plover/gui_qt/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="0">
<widget class="QLabel" name="machine_state">
<property name="accessibleName">
<string>State</string>
</property>
<property name="accessibleDescription">
<string>Connection state for the current machine.</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -70,6 +76,12 @@
<property name="toolTip">
<string>Disconnect and reconnect the machine.</string>
</property>
<property name="accessibleName">
<string>Reconnect</string>
</property>
<property name="accessibleDescription">
<string>Disconnect and reconnect the machine.</string>
</property>
<property name="text">
<string/>
</property>
Expand All @@ -87,6 +99,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="accessibleName">
<string>Type</string>
</property>
<property name="accessibleDescription">
<string>Change the current machine type.</string>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit 80e72d7

Please sign in to comment.