Changeset f1fb54b9f7 in tspsg for ui


Ignore:
Timestamp:
Jan 7, 2010, 2:24:18 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
946f442ab0
Parents:
4ccf855df8
Message:

+ Added the ability to generate fractional random numbers.
+ Added "Scroll to the end of solution output after solving" option.

  • Set the accuracy for fractional numbers on output to 2 decimail places.
  • Updated translations to reflect changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/settingsdialog.ui

    r4ccf855df8 rf1fb54b9f7  
    281281    </property>
    282282    <property name="statusTip">
    283      <string>Use the number of cities in task to determine whether to show solution steps' matrices</string>
     283     <string>Show or hide solution steps' matrices based on number of cities in the task</string>
    284284    </property>
    285285    <property name="text">
     
    296296    <property name="minimum">
    297297     <number>1</number>
     298    </property>
     299   </widget>
     300   <widget class="QCheckBox" name="cbFractionalRandom">
     301    <property name="cursor">
     302     <cursorShape>PointingHandCursor</cursorShape>
     303    </property>
     304    <property name="statusTip">
     305     <string>Generate fractional random values with the accuracy of 2 decimal places</string>
     306    </property>
     307    <property name="text">
     308     <string>Fractional random values</string>
     309    </property>
     310   </widget>
     311   <widget class="QCheckBox" name="cbScrollToEnd">
     312    <property name="cursor">
     313     <cursorShape>PointingHandCursor</cursorShape>
     314    </property>
     315    <property name="statusTip">
     316     <string>Scroll to the end of solution output after solving</string>
     317    </property>
     318    <property name="text">
     319     <string>Scroll to solution end</string>
    298320    </property>
    299321   </widget>
Note: See TracChangeset for help on using the changeset viewer.