Table widget : Enable arrow to quicly switch to previous/next linked table

This commit is contained in:
Claveau Joshua
2020-06-02 19:44:19 +02:00
parent de88b32e5b
commit 042faeae32
3 changed files with 27 additions and 4 deletions

View File

@@ -85,7 +85,7 @@
<item row="1" column="7">
<widget class="QPushButton" name="m_next_pb">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="toolTip">
<string>Tableau suivant</string>
@@ -126,9 +126,9 @@
</spacer>
</item>
<item row="1" column="6">
<widget class="QPushButton" name="m_previous_cb">
<widget class="QPushButton" name="m_previous_pb">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="toolTip">
<string>Tableau précédent</string>