Qt: Made receipts-label tabable to improve use with screenreaders
the build was successful Details

This commit is contained in:
tastytea 2018-10-15 00:06:38 +02:00
parent 1283d81252
commit b1625d6de3
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.6)
project (whyblocked
VERSION 0.7.7
VERSION 0.7.8
LANGUAGES CXX
)

View File

@ -26,6 +26,9 @@
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
@ -57,6 +60,9 @@
</item>
<item>
<widget class="QLabel" name="label_receipts">
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="toolTip">
<string>Memory aids, proof</string>
</property>