Changeset 278bc7818f in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Feb 27, 2010, 2:13:50 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:
162d5c5f94
Parents:
b2bf8e3b6b
Message:

+ Added Symmetric mode: in this mode the cost of travel from city 1 to city 2 and vice versa is the same.
+ Added the ability to reset all settings to their defaults: hold Shift while clicking Save button in Settings Dialog.

  • Better SIP show/hide handling under wince: no need to resize the Main Window, when it isn't active.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    rb2bf8e3b6b r278bc7818f  
    7676#ifdef Q_OS_WINCE
    7777        void desktopResized(int screen);
     78        void showEvent(QShowEvent *ev);
    7879#endif // Q_OS_WINCE
    7980        void spinRandMinValueChanged(int val);
Note: See TracChangeset for help on using the changeset viewer.