Changeset aaf2113307 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Aug 3, 2009, 5:15:46 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
f44855d99e
Parents:
e96fad3079
Message:

+ Implemented File/Save? action.
+ Added "Save Solution" and "Back to Task" buttons to Solution tab for better usability.

  • Increased maximum number of cities to 20. Solving for 18-20 cities is already takes much time, so I thought it doesn't make sense to increase more.
  • Columns and rows are now resized to contents on all platforms.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    re96fad3079 raaf2113307  
    4646        void actionFileNewTriggered();
    4747        void actionFileOpenTriggered();
     48        void actionFileSaveTriggered();
    4849        void actionFileSaveAsTaskTriggered();
    4950        void actionFileSaveAsSolutionTriggered();
     
    5859        void buttonSolveClicked();
    5960        void buttonRandomClicked();
     61        void buttonBackToTaskClicked();
    6062        void spinCitiesValueChanged(int);
    6163        void numCitiesChanged(int);
     
    6365private:
    6466        QSettings *settings;
     67#ifndef Q_OS_WINCE
    6568        QPrinter *printer;
     69#endif // Q_OS_WINCE
    6670        CTSPModel *tspmodel;
    6771        QString fileName;
Note: See TracChangeset for help on using the changeset viewer.