Changeset 78 in tspsg-svn for trunk/src/settingsdialog.h


Ignore:
Timestamp:
Dec 18, 2009, 1:57:39 PM (14 years ago)
Author:
laleppa
Message:

+ Added an ability to disable showing of the solution steps' matrices in solution output.

  • Replaced Ok and Cancel buttons in SettingsDialog? with QButtonBox. Now the buttons conform the interface guidelines of the target platform.
  • Increased the allowed maximum number of cities to 50. Solution steps' matrices aren't shown by default if the number of cities in task is more than 15.
  • For WinCE the size of the toolbar buttons is now determined based on the device DPI instead of its resolution.
  • Open and save file dialogs are now using native dialogs where supported.
  • Reworked About dialog a little bit.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/settingsdialog.h

    r71 r78  
    5151        bool newColor;
    5252        QSettings *settings;
     53        QHBoxLayout *layoutCitiesLimit;
    5354#ifndef Q_OS_WINCE
    5455        QCheckBox *cbSaveState;
Note: See TracChangeset for help on using the changeset viewer.