Changeset 946f442ab0 in tspsg for ui


Ignore:
Timestamp:
Jan 7, 2010, 3:48:24 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
354e06314f
Parents:
f1fb54b9f7
Message:

+ Added the ability to select between using Native and Qt's File Dialog.

  • Updated translations to reflect changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/settingsdialog.ui

    rf1fb54b9f7 r946f442ab0  
    289289   <widget class="QSpinBox" name="spinCitiesLimit">
    290290    <property name="statusTip">
    291      <string>Maximum number of cities for showing solution steps' matrices</string>
     291     <string>Maximum number of cities to show solution steps' matrices</string>
    292292    </property>
    293293    <property name="suffix">
     
    318318    <property name="text">
    319319     <string>Scroll to solution end</string>
     320    </property>
     321   </widget>
     322   <widget class="QCheckBox" name="cbUseNativeDialogs">
     323    <property name="cursor">
     324     <cursorShape>PointingHandCursor</cursorShape>
     325    </property>
     326    <property name="statusTip">
     327     <string>Use native File Open and File Save dialogs (uncheck to use Qt's File Dialogs)</string>
     328    </property>
     329    <property name="text">
     330     <string>Use native file dialogs</string>
    320331    </property>
    321332   </widget>
Note: See TracChangeset for help on using the changeset viewer.