Changeset 1fbf016a09 in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Dec 18, 2009, 1:57:39 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:
3bcb7e8910
Parents:
140109febb
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
  • src/settingsdialog.h

    r140109febb r1fbf016a09  
    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.