Skip to content

Commit

Permalink
FIX(a11y): Make plugin message type settings accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartmnt committed Jan 7, 2024
1 parent e80958a commit b781766
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/mumble/Log.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
</property>
<layout class="QVBoxLayout">
<item>
<widget class="QTreeWidget" name="qtwMessages">
<widget class="MultiColumnTreeWidget" name="qtwMessages">
<property name="accessibleName">
<string>Log message types and actions</string>
</property>
<property name="accessibleDescription">
<string>Use up and down keys to navigate through the message types. Use left and right keys to navigate between possible notification types for a single message type.</string>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -539,6 +542,11 @@ The setting only applies for new messages, the already shown ones will retain th
<extends>QSlider</extends>
<header>widgets/SemanticSlider.h</header>
</customwidget>
<customwidget>
<class>MultiColumnTreeWidget</class>
<extends>QTreeWidget</extends>
<header>widgets/MultiColumnTreeWidget.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>qtwMessages</tabstop>
Expand Down

0 comments on commit b781766

Please sign in to comment.