Skip to content

Commit

Permalink
set limit on spinbox
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise committed Sep 4, 2024
1 parent f30f6a5 commit a5303bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testRVEInterface.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,9 @@ QDoubleSpinBox::down-button {
<property name="decimals">
<number>1</number>
</property>
<property name="maximum">
<double>10.000000000000000</double>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit a5303bf

Please sign in to comment.