Skip to content

Commit

Permalink
Fix tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMagon committed Nov 16, 2024
1 parent 4d50732 commit 23a5141
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,20 @@
</property>
</action>
</widget>
<tabstops>
<tabstop>pushButton_All</tabstop>
<tabstop>pushButton_Test_1</tabstop>
<tabstop>pushButton_Test_2</tabstop>
<tabstop>pushButton_Test_3</tabstop>
<tabstop>pushButton_Test_4</tabstop>
<tabstop>loopsCount</tabstop>
<tabstop>comboBox_fileSize</tabstop>
<tabstop>comboBox_Storages</tabstop>
<tabstop>refreshStoragesButton</tabstop>
<tabstop>comboBox_ComparisonUnit</tabstop>
<tabstop>comboBox_MixRatio</tabstop>
<tabstop>deviceModel</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
Expand Down
32 changes: 32 additions & 0 deletions src/settings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,38 @@
</property>
</widget>
</widget>
<tabstops>
<tabstop>DefaultProfile_Test_1_Pattern</tabstop>
<tabstop>DefaultProfile_Test_1_BlockSize</tabstop>
<tabstop>DefaultProfile_Test_1_Queues</tabstop>
<tabstop>DefaultProfile_Test_1_Threads</tabstop>
<tabstop>DefaultProfile_Test_2_Pattern</tabstop>
<tabstop>DefaultProfile_Test_2_BlockSize</tabstop>
<tabstop>DefaultProfile_Test_2_Queues</tabstop>
<tabstop>DefaultProfile_Test_2_Threads</tabstop>
<tabstop>DefaultProfile_Test_3_Pattern</tabstop>
<tabstop>DefaultProfile_Test_3_BlockSize</tabstop>
<tabstop>DefaultProfile_Test_3_Queues</tabstop>
<tabstop>DefaultProfile_Test_3_Threads</tabstop>
<tabstop>DefaultProfile_Test_4_Pattern</tabstop>
<tabstop>DefaultProfile_Test_4_BlockSize</tabstop>
<tabstop>DefaultProfile_Test_4_Queues</tabstop>
<tabstop>DefaultProfile_Test_4_Threads</tabstop>
<tabstop>PeakPerformanceProfile_Test_1_Pattern</tabstop>
<tabstop>PeakPerformanceProfile_Test_1_BlockSize</tabstop>
<tabstop>PeakPerformanceProfile_Test_1_Queues</tabstop>
<tabstop>PeakPerformanceProfile_Test_1_Threads</tabstop>
<tabstop>PeakPerformanceProfile_Test_2_Pattern</tabstop>
<tabstop>PeakPerformanceProfile_Test_2_BlockSize</tabstop>
<tabstop>PeakPerformanceProfile_Test_2_Queues</tabstop>
<tabstop>PeakPerformanceProfile_Test_2_Threads</tabstop>
<tabstop>DemoProfile_Test_1_Pattern</tabstop>
<tabstop>DemoProfile_Test_1_BlockSize</tabstop>
<tabstop>DemoProfile_Test_1_Queues</tabstop>
<tabstop>DemoProfile_Test_1_Threads</tabstop>
<tabstop>MeasuringTime</tabstop>
<tabstop>IntervalTime</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit 23a5141

Please sign in to comment.