Changeset 82 in tspsg-svn for trunk/ui


Ignore:
Timestamp:
Jan 7, 2010, 3:48:24 PM (14 years ago)
Author:
laleppa
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
  • trunk/ui/settingsdialog.ui

    r81 r82  
    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.