- Timestamp:
- Jan 7, 2010, 2:24:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/settingsdialog.ui
r78 r81 281 281 </property> 282 282 <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> 284 284 </property> 285 285 <property name="text"> … … 296 296 <property name="minimum"> 297 297 <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> 298 320 </property> 299 321 </widget>
Note: See TracChangeset
for help on using the changeset viewer.