Changeset 1fbf016a09 in tspsg for src/mainwindow.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/mainwindow.h

    r140109febb r1fbf016a09  
    8787
    8888        void closeEvent(QCloseEvent *ev);
    89         void enableSolutionActions(bool enable = true);
    9089        void initDocStyleSheet();
    9190        void loadLangList();
     
    9695        bool saveTask();
    9796        void setFileName(const QString &fileName = trUtf8("Untitled") + ".tspt");
     97        void toggleSolutionActions(bool enable = true);
    9898};
    9999
Note: See TracChangeset for help on using the changeset viewer.