Add accessible names and tooltips to WidgetPost.

This commit is contained in:
tastytea 2020-03-06 04:37:23 +01:00
parent 0459cd66d4
commit f3e774405e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 24 additions and 0 deletions

View File

@ -222,6 +222,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Boost</string>
</property>
<property name="accessibleName">
<string>Boost</string>
</property>
<property name="text">
<string>🔁</string>
</property>
@ -238,6 +244,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Favorite</string>
</property>
<property name="accessibleName">
<string>Favorite</string>
</property>
<property name="text">
<string>⭐</string>
</property>
@ -254,6 +266,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Bookmark</string>
</property>
<property name="accessibleName">
<string>Bookmark</string>
</property>
<property name="text">
<string>🔖</string>
</property>
@ -270,6 +288,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>More actions</string>
</property>
<property name="accessibleName">
<string>More actions</string>
</property>
<property name="text">
<string>...</string>
</property>