Repaired tab order in GUI

This commit is contained in:
giuliof 2020-05-22 09:49:30 +02:00
parent 0046817a49
commit 9dbe3f4916
3 changed files with 22 additions and 1 deletions

View File

@ -379,7 +379,9 @@
<tabstop>comboProfessione</tabstop>
<tabstop>comboFonte</tabstop>
<tabstop>dateDataCompilazione</tabstop>
<tabstop>linePin</tabstop>
<tabstop>checkAbilitaQuestionario</tabstop>
<tabstop>buttonAnnulla</tabstop>
<tabstop>buttonSalva</tabstop>
</tabstops>
<resources/>

View File

@ -121,6 +121,13 @@
</property>
</action>
</widget>
<tabstops>
<tabstop>lineNome</tabstop>
<tabstop>lineCognome</tabstop>
<tabstop>buttonCerca</tabstop>
<tabstop>buttonNuovo</tabstop>
<tabstop>tableSoci</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>351</height>
<height>385</height>
</rect>
</property>
<property name="windowTitle">
@ -145,6 +145,18 @@
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<tabstops>
<tabstop>lineEditId</tabstop>
<tabstop>lineEditCognome</tabstop>
<tabstop>lineEditNome</tabstop>
<tabstop>dateEditDataDiNascita</tabstop>
<tabstop>lineEditComuneResidenza</tabstop>
<tabstop>lineEditEmail</tabstop>
<tabstop>comboBoxProfessione</tabstop>
<tabstop>comboBoxFonte</tabstop>
<tabstop>pushButtonSalva</tabstop>
<tabstop>pushButtonAnnulla</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>